diff options
| author | Chris Rebert <[email protected]> | 2016-01-06 15:02:58 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-01-06 15:02:58 -0800 |
| commit | cbe9b7a035d17cc235a9cb98a8b2256ed265d8aa (patch) | |
| tree | 3b026ead4676e68907e13e715843ef20e8b1e81d /docs | |
| parent | 004e30866c251c74600d43389df9255102fb19ff (diff) | |
| download | bootstrap-cbe9b7a035d17cc235a9cb98a8b2256ed265d8aa.tar.xz bootstrap-cbe9b7a035d17cc235a9cb98a8b2256ed265d8aa.zip | |
Tweak phrasing of .tab('show') docs
Refs #18708
[ci skip]
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components/navs.md | 2 |
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') |
