diff options
| author | XhmikosR <[email protected]> | 2019-02-06 11:11:54 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-02-06 11:47:31 +0200 |
| commit | 1131705f14dcf71ca4292a422cb98f2aa055d2e8 (patch) | |
| tree | cfead5bfd74106dd39bca25f5ba8cde6b79ad23d /site/docs | |
| parent | e44d0475e07113dfb21b555658de6eac53083f98 (diff) | |
| download | bootstrap-1131705f14dcf71ca4292a422cb98f2aa055d2e8.tar.xz bootstrap-1131705f14dcf71ca4292a422cb98f2aa055d2e8.zip | |
Add missing trailing slash.
Diffstat (limited to 'site/docs')
| -rw-r--r-- | site/docs/4.2/getting-started/introduction.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.2/getting-started/introduction.md b/site/docs/4.2/getting-started/introduction.md index 0ca22507c..956b6489a 100644 --- a/site/docs/4.2/getting-started/introduction.md +++ b/site/docs/4.2/getting-started/introduction.md @@ -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. |
