]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add missing trailing slash.
authorXhmikosR <xhmikosr@gmail.com>
Wed, 6 Feb 2019 09:11:54 +0000 (11:11 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 6 Feb 2019 09:47:31 +0000 (11:47 +0200)
site/docs/4.2/getting-started/introduction.md

index 0ca22507c060e03c63384732e29c05ebacd30a6d..956b6489aa5369e1801ae030b4f65a9f7ade5fb3 100644 (file)
@@ -26,7 +26,7 @@ Copy-paste the stylesheet `<link>` into your `<head>` before all other styleshee
 
 ### JS
 
-Many of our components require the use of JavaScript to function. Specifically, they require [jQuery](https://jquery.com), [Popper.js](https://popper.js.org/), and our own JavaScript plugins. Place the following `<script>`s near the end of your pages, right before the closing `</body>` tag, to enable them. jQuery must come first, then Popper.js, and then our JavaScript plugins.
+Many of our components require the use of JavaScript to function. Specifically, they require [jQuery](https://jquery.com/), [Popper.js](https://popper.js.org/), and our own JavaScript plugins. Place the following `<script>`s near the end of your pages, right before the closing `</body>` tag, to enable them. jQuery must come first, then Popper.js, and then our JavaScript plugins.
 
 We use [jQuery's slim build](https://blog.jquery.com/2016/06/09/jquery-3-0-final-released/), but the full version is also supported.