diff options
| author | XhmikosR <[email protected]> | 2016-01-26 14:58:19 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2016-02-19 11:26:54 +0200 |
| commit | 79067a6440ba833fe290a2b386b0588ceb3610c7 (patch) | |
| tree | 82da26aceb445923459d9359cb880c26db6f50a1 /docs/components/scrollspy.md | |
| parent | c6c2958385e38d573aee61cb117add738f1b3635 (diff) | |
| download | bootstrap-79067a6440ba833fe290a2b386b0588ceb3610c7.tar.xz bootstrap-79067a6440ba833fe290a2b386b0588ceb3610c7.zip | |
Fix validation errors.
[skip sauce]
Diffstat (limited to 'docs/components/scrollspy.md')
| -rw-r--r-- | docs/components/scrollspy.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/scrollspy.md b/docs/components/scrollspy.md index 4ae0fa219..622469aa1 100644 --- a/docs/components/scrollspy.md +++ b/docs/components/scrollspy.md @@ -14,7 +14,7 @@ group: components The ScrollSpy plugin is for automatically updating nav targets based on scroll position. Scroll the area below the navbar and watch the active class change. The dropdown sub items will be highlighted as well. <div class="bd-example"> - <nav id="navbar-example2" class="navbar navbar-default" role="navigation"> + <nav id="navbar-example2" class="navbar navbar-default"> <h3 class="navbar-brand">Project Name</h3> <ul class="nav nav-pills"> <li class="nav-item"><a class="nav-link" href="#fat">@fat</a></li> |
