aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-01-06 15:02:58 -0800
committerChris Rebert <[email protected]>2016-01-06 15:02:58 -0800
commitcbe9b7a035d17cc235a9cb98a8b2256ed265d8aa (patch)
tree3b026ead4676e68907e13e715843ef20e8b1e81d /docs/components
parent004e30866c251c74600d43389df9255102fb19ff (diff)
downloadbootstrap-cbe9b7a035d17cc235a9cb98a8b2256ed265d8aa.tar.xz
bootstrap-cbe9b7a035d17cc235a9cb98a8b2256ed265d8aa.zip
Tweak phrasing of .tab('show') docs
Refs #18708 [ci skip]
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/navs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/navs.md b/docs/components/navs.md
index 734eb5046..be05d0695 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')