]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Tweak phrasing of .tab('show') docs
authorChris Rebert <github@chrisrebert.com>
Wed, 6 Jan 2016 23:02:58 +0000 (15:02 -0800)
committerChris Rebert <github@chrisrebert.com>
Wed, 6 Jan 2016 23:02:58 +0000 (15:02 -0800)
Refs #18708
[ci skip]

docs/components/navs.md

index 734eb5046540380c437e8c20ee5ccf2e3e3b36f3..be05d0695019c69f1d94211857f443d73b661d26 100644 (file)
@@ -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')