diff options
| author | Liam <[email protected]> | 2022-05-20 14:09:54 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2022-05-20 09:38:34 -0700 |
| commit | 73e45ee36cf4fdb6014267ecc67ba53a8b25fdae (patch) | |
| tree | 1db7fef6d0e9825fbffc9b3ee7507f4c2a277bdb /site/content/docs | |
| parent | 416f4905f13c2ca3096343e0a5a4934c8c0ced3f (diff) | |
| download | bootstrap-73e45ee36cf4fdb6014267ecc67ba53a8b25fdae.tar.xz bootstrap-73e45ee36cf4fdb6014267ecc67ba53a8b25fdae.zip | |
Update introduction.md
Juste a quotation mark.
Diffstat (limited to 'site/content/docs')
| -rw-r--r-- | site/content/docs/5.2/getting-started/introduction.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.2/getting-started/introduction.md b/site/content/docs/5.2/getting-started/introduction.md index 7f843eb27..4eaf5d6f8 100644 --- a/site/content/docs/5.2/getting-started/introduction.md +++ b/site/content/docs/5.2/getting-started/introduction.md @@ -16,7 +16,7 @@ Get started by including Bootstrap's production-ready CSS and JavaScript via CDN <br> -1. **Create a new `index.html` file in your project root.** Include the `<meta name="viewport>` tag as well for [proper responsive behavior](https://developer.mozilla.org/en-US/docs/Web/HTML/Viewport_meta_tag) in mobile devices. +1. **Create a new `index.html` file in your project root.** Include the `<meta name="viewport">` tag as well for [proper responsive behavior](https://developer.mozilla.org/en-US/docs/Web/HTML/Viewport_meta_tag) in mobile devices. ```html <!doctype html> |
