From: Chris Rebert Date: Fri, 21 Aug 2015 02:12:37 +0000 (-0700) Subject: navs.md: Fade effect: add missing backtick X-Git-Tag: v4.0.0-alpha.2~488 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85fac53cc8a531eaf33695e9dafa4a0132be46a5;p=thirdparty%2Fbootstrap.git navs.md: Fade effect: add missing backtick --- diff --git a/docs/components/navs.md b/docs/components/navs.md index bfc5bc4990..b27ad3542d 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 properly fade in initial content. {% highlight html %}