diff options
| author | Julien Déramond <[email protected]> | 2024-06-04 13:53:25 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-04 13:53:25 +0200 |
| commit | 8abeb8b536d2b1c8a4ab24ebaae8139a516212a2 (patch) | |
| tree | 791ae5574be37966d8de898e02f52539dc07674e /site | |
| parent | 76ed1c6b14942834a02f2c05508d1a0d4b1687b6 (diff) | |
| download | bootstrap-8abeb8b536d2b1c8a4ab24ebaae8139a516212a2.tar.xz bootstrap-8abeb8b536d2b1c8a4ab24ebaae8139a516212a2.zip | |
docs: fix typo in the getting started introduction (#40522)
Diffstat (limited to 'site')
| -rw-r--r-- | site/content/docs/5.3/getting-started/introduction.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.3/getting-started/introduction.md b/site/content/docs/5.3/getting-started/introduction.md index b76b2d47d..96318ebce 100644 --- a/site/content/docs/5.3/getting-started/introduction.md +++ b/site/content/docs/5.3/getting-started/introduction.md @@ -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> |
