aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
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 564564f52..6b2e707ff 100644
--- a/docs/components/navs.md
+++ b/docs/components/navs.md
@@ -258,7 +258,7 @@ $('#myTab li:eq(2) a').tab('show') // Select third tab (0-indexed)
### Fade effect
-To make tabs fade in, add `.fade` to each `.tab-pane`. The first tab pane must also have `.in` to properly fade in initial content.
+To make tabs fade in, add `.fade` to each `.tab-pane`. The first tab pane must also have `.in` to make the initial content visible.
{% highlight html %}
<div class="tab-content">