diff options
| author | Chris Rebert <[email protected]> | 2015-08-20 19:12:37 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-08-20 19:12:37 -0700 |
| commit | 85fac53cc8a531eaf33695e9dafa4a0132be46a5 (patch) | |
| tree | 436e6a2379bcf6041330ef32f1a9a7ec0f08e709 /docs | |
| parent | 55168ff93e987472964c603333cd86f8a2be9419 (diff) | |
| download | bootstrap-85fac53cc8a531eaf33695e9dafa4a0132be46a5.tar.xz bootstrap-85fac53cc8a531eaf33695e9dafa4a0132be46a5.zip | |
navs.md: Fade effect: add missing backtick
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 bfc5bc499..b27ad3542 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 %} <div class="tab-content"> |
