]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
docs: fix typo in the getting started introduction (#40522)
authorJulien Déramond <juderamond@gmail.com>
Tue, 4 Jun 2024 11:53:25 +0000 (13:53 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Jun 2024 11:53:25 +0000 (13:53 +0200)
site/content/docs/5.3/getting-started/introduction.md

index b76b2d47deebb55c765a4a43b44eb43e5fbf0dc4..96318ebce7f128edbfe42800aabe4e071ad2c8a7 100644 (file)
@@ -32,7 +32,7 @@ Get started by including Bootstrap's production-ready CSS and JavaScript via CDN
    </html>
    ```
 
-2. **Include Bootstrap's CSS and JS.** Place the `<link>` tag in the `<head>` for our CSS, and the `<script>` tag for our JavaScript bundle (including Popper for positioning dropdowns, poppers, and tooltips) before the closing `</body>`. Learn more about our [CDN links](#cdn-links).
+2. **Include Bootstrap's CSS and JS.** Place the `<link>` tag in the `<head>` for our CSS, and the `<script>` tag for our JavaScript bundle (including Popper for positioning dropdowns, popovers, and tooltips) before the closing `</body>`. Learn more about our [CDN links](#cdn-links).
 
    ```html
    <!doctype html>