diff options
| author | XhmikosR <[email protected]> | 2016-02-19 12:07:14 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2016-02-19 12:07:14 +0200 |
| commit | a483f60c53e20725e3ee65b1dc32ed09fa8a624e (patch) | |
| tree | 061d48e1390b55a47475540f6ff7cf132037b2ec /docs/components | |
| parent | dd47423ae6f9717b3d678b40e1ce8a8706301598 (diff) | |
| parent | fe1b8913ac3cd86d03a23fd58173c589280c47d9 (diff) | |
| download | bootstrap-a483f60c53e20725e3ee65b1dc32ed09fa8a624e.tar.xz bootstrap-a483f60c53e20725e3ee65b1dc32ed09fa8a624e.zip | |
Merge pull request #19029 from twbs/v4-dev-xmr-grunt-html
Update grunt-html
Diffstat (limited to 'docs/components')
| -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> |
