diff --git a/site/docs/4.5/getting-started/introduction.md b/site/docs/4.5/getting-started/introduction.md index 8e90ac6a420a..969b6da8592d 100644 --- a/site/docs/4.5/getting-started/introduction.md +++ b/site/docs/4.5/getting-started/introduction.md @@ -32,7 +32,7 @@ Place **one of the following ` @@ -41,7 +41,7 @@ Include everything you need in one script with our bundle. Our `bootstrap.bundle #### Separate -If you decide to go with the separate scripts solution, Popper.js must come first, and then our JavaScript plugins. +If you decide to go with the separate scripts solution, Popper.js must come first (if you're using tooltips or popovers), and then our JavaScript plugins. {% highlight html %} @@ -51,7 +51,7 @@ If you decide to go with the separate scripts solution, Popper.js must come firs #### Components -Curious which components explicitly require jQuery, our JS, and Popper.js? Click the show components link below. If you're unsure about the page structure, keep reading for an example page template. +Curious which components explicitly require jQuery, our JavaScript, and Popper.js? Click the show components link below. If you're unsure about the page structure, keep reading for an example page template.
Show components requiring JavaScript