From 75d5c53792876439be0e3b285cdb806d9df4ac39 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 9 Nov 2020 10:09:01 -0800 Subject: [PATCH] Clarify JS bundle docs once more for v4 --- site/docs/4.5/getting-started/introduction.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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