]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
navs.md: Fade effect: add missing backtick
authorChris Rebert <github@rebertia.com>
Fri, 21 Aug 2015 02:12:37 +0000 (19:12 -0700)
committerChris Rebert <github@rebertia.com>
Fri, 21 Aug 2015 02:12:37 +0000 (19:12 -0700)
docs/components/navs.md

index bfc5bc499056bde02832f7a8e0a84a8a7ce03dd5..b27ad3542dd107673c116f360bd941684a2a6033 100644 (file)
@@ -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 properly fade in initial content.
 
 {% highlight html %}
 <div class="tab-content">