]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update introduction.md
authorLiam <78104591+Liam-Nothing@users.noreply.github.com>
Fri, 20 May 2022 12:09:54 +0000 (14:09 +0200)
committerMark Otto <otto@github.com>
Fri, 20 May 2022 16:38:34 +0000 (09:38 -0700)
Juste a quotation mark.

site/content/docs/5.2/getting-started/introduction.md

index 7f843eb27d7ec24b6a761f6766ac0aaafd154e0d..4eaf5d6f8a935edf57914ccc6d611358b9b72d97 100644 (file)
@@ -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>