From cbe9b7a035d17cc235a9cb98a8b2256ed265d8aa Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 6 Jan 2016 15:02:58 -0800 Subject: [PATCH] Tweak phrasing of .tab('show') docs Refs #18708 [ci skip] --- docs/components/navs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')