Skip to content

Commit 8abeb8b

Browse files
docs: fix typo in the getting started introduction (#40522)
1 parent 76ed1c6 commit 8abeb8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: site/content/docs/5.3/getting-started/introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Get started by including Bootstrap's production-ready CSS and JavaScript via CDN
3232
</html>
3333
```
3434

35-
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).
35+
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).
3636

3737
```html
3838
<!doctype html>

0 commit comments

Comments
 (0)