From: Chris Rebert Date: Wed, 6 Jan 2016 23:02:58 +0000 (-0800) Subject: Tweak phrasing of .tab('show') docs X-Git-Tag: v4.0.0-alpha.3~407 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbe9b7a035d17cc235a9cb98a8b2256ed265d8aa;p=thirdparty%2Fbootstrap.git Tweak phrasing of .tab('show') docs Refs #18708 [ci skip] --- diff --git a/docs/components/navs.md b/docs/components/navs.md index 734eb50465..be05d06950 100644 --- a/docs/components/navs.md +++ b/docs/components/navs.md @@ -339,7 +339,7 @@ Activates a tab element and content container. Tab should have either a `data-ta #### .tab('show') -Selects the given tab and shows its associated content. Any other tab that was previously selected becomes unselected and its associated content is hidden. **Returns to the caller before the tab pane has actually been shown** (i.e. before the `shown.bs.tab` event occurs). +Selects the given tab and shows its associated pane. Any other tab that was previously selected becomes unselected and its associated pane is hidden. **Returns to the caller before the tab pane has actually been shown** (i.e. before the `shown.bs.tab` event occurs). {% highlight js %} $('#someTab').tab('show')