aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorva Kristóf <[email protected]>2017-09-05 00:39:00 +0200
committerMark Otto <[email protected]>2017-09-04 15:39:00 -0700
commitd8881c2f97a082f09fb37ae2c29ccf02e445f320 (patch)
tree4223276f5bc0d7e2c8342309d77b8ba0366d9dd4
parentce46946b92f23d39fb8d68c7c1a20992643a908a (diff)
downloadbootstrap-d8881c2f97a082f09fb37ae2c29ccf02e445f320.tar.xz
bootstrap-d8881c2f97a082f09fb37ae2c29ccf02e445f320.zip
Removing extra bracket in introduction docs. (#23791)
-rw-r--r--docs/4.0/getting-started/introduction.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/getting-started/introduction.md b/docs/4.0/getting-started/introduction.md
index 6423209be..67aa01203 100644
--- a/docs/4.0/getting-started/introduction.md
+++ b/docs/4.0/getting-started/introduction.md
@@ -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>