]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update site/content/docs/5.0/getting-started/download.md
authorXhmikosR <xhmikosr@gmail.com>
Tue, 4 Aug 2020 05:40:24 +0000 (08:40 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 15 Sep 2020 05:57:19 +0000 (08:57 +0300)
Co-authored-by: Mark Otto <markd.otto@gmail.com>
site/content/docs/5.0/getting-started/download.md

index b28f3ccbd9dfbd5822197a7b6f466810c471dfe4..5c710c2fb4de16193633327f65e58213f5b00800 100644 (file)
@@ -43,7 +43,7 @@ Skip the download with [BootstrapCDN](https://www.bootstrapcdn.com/) to deliver
 <script src="{{< param "cdn.js_bundle" >}}" integrity="{{< param "cdn.js_bundle_hash" >}}" crossorigin="anonymous"></script>
 {{< /highlight >}}
 
-If you're using our compiled JavaScript and prefer to include Popper.js separately, don't forget to include Popper.js before our JS, via a CDN preferably.
+If you're using our compiled JavaScript and prefer to include Popper.js separately, add Popper.js before our JS, via a CDN preferably.
 
 {{< highlight html >}}
 <script src="{{< param "cdn.popper" >}}" integrity="{{< param "cdn.popper_hash" >}}" crossorigin="anonymous"></script>