]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Removing extra bracket in introduction docs. (#23791)
authorMorva Kristóf <kristof92@gmail.com>
Mon, 4 Sep 2017 22:39:00 +0000 (00:39 +0200)
committerMark Otto <markd.otto@gmail.com>
Mon, 4 Sep 2017 22:39:00 +0000 (15:39 -0700)
docs/4.0/getting-started/introduction.md

index 6423209beacb500b6e81999d7bd0c4ecfbb0a763..67aa01203f7ccaf9d1394e26904f309421738b0c 100644 (file)
@@ -20,7 +20,7 @@ Copy-paste the stylesheet `<link>` into your `<head>` before all other styleshee
 <link rel="stylesheet" href="{{ site.cdn.css }}" integrity="{{ site.cdn.css_hash }}" crossorigin="anonymous">
 {% endhighlight %}
 
-Add our optional JavaScript plugins, jQuery, and [Popper.js](https://github.com/FezVrasta/popper.js)) near the end of your pages, right before the closing `</body>` tag. Be sure to place jQuery and Popper.js first, as our JavaScript plugins depend on them. While we use [jQuery's slim build](https://blog.jquery.com/2016/06/09/jquery-3-0-final-released/) in our docs, the full version is also supported.
+Add our optional JavaScript plugins, jQuery, and [Popper.js](https://github.com/FezVrasta/popper.js) near the end of your pages, right before the closing `</body>` tag. Be sure to place jQuery and Popper.js first, as our JavaScript plugins depend on them. While we use [jQuery's slim build](https://blog.jquery.com/2016/06/09/jquery-3-0-final-released/) in our docs, the full version is also supported.
 
 {% highlight html %}
 <script src="{{ site.cdn.jquery }}" integrity="{{ site.cdn.jquery_hash }}" crossorigin="anonymous"></script>