]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix typo in scrollspy.md (#24398)
authorXhmikosR <xhmikosr@gmail.com>
Tue, 17 Oct 2017 12:27:37 +0000 (15:27 +0300)
committerGitHub <noreply@github.com>
Tue, 17 Oct 2017 12:27:37 +0000 (15:27 +0300)
docs/4.0/components/scrollspy.md

index 7cc6873f304c2ba0c6260a9213a8cd24688dd25e..75a7a92cc39de27ee89bd58393dd1504ced98af1 100644 (file)
@@ -11,7 +11,7 @@ toc: true
 Scrollspy has a few requirements to function properly:
 
 - If building our JS from source, it [requires `util.js`]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/javascript/#util).
-- It must to be used on a Bootstrap [nav component]({{ site.baseurl }}/docs/{{ site.docs_version }}/components/navs/) or [list group]({{ site.baseurl }}/docs/{{ site.docs_version }}/components/list-group/).
+- It must be used on a Bootstrap [nav component]({{ site.baseurl }}/docs/{{ site.docs_version }}/components/navs/) or [list group]({{ site.baseurl }}/docs/{{ site.docs_version }}/components/list-group/).
 - Scrollspy requires `position: relative;` on the element you're spying on, usually the `<body>`.
 - When spying on elements other than the `<body>`, be sure to have a `height` set and `overflow-y: scroll;` applied.
 - Anchors (`<a>`) are required and must point to an element with that `id`.