]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix missed occurrencies of "Popper.js" (#32398)
authorGaël Poupard <ffoodd@users.noreply.github.com>
Wed, 9 Dec 2020 12:53:43 +0000 (13:53 +0100)
committerGitHub <noreply@github.com>
Wed, 9 Dec 2020 12:53:43 +0000 (14:53 +0200)
site/content/docs/5.0/getting-started/rtl.md

index 62287a341018c6715c3cfff4a3e7c5cedcba84ab..aeaf8c8c3e656e32cd2fb16e8221a1cc5e9527a4 100644 (file)
@@ -53,10 +53,10 @@ You can see the above requirements reflected in this modified RTL starter templa
 
     <!-- Optional JavaScript; choose one of the two! -->
 
-    <!-- Option 1: Bootstrap Bundle with Popper.js -->
+    <!-- Option 1: Bootstrap Bundle with Popper -->
     <script src="{{< param "cdn.js_bundle" >}}" integrity="{{< param "cdn.js_bundle_hash" >}}" crossorigin="anonymous"></script>
 
-    <!-- Option 2: Separate Popper.js and Bootstrap JS -->
+    <!-- Option 2: Separate Popper and Bootstrap JS -->
     <!--
     <script src="{{< param "cdn.popper" >}}" integrity="{{< param "cdn.popper_hash" >}}" crossorigin="anonymous"></script>
     <script src="{{< param "cdn.js" >}}" integrity="{{< param "cdn.js_hash" >}}" crossorigin="anonymous"></script>