diff options
| author | Chris Rebert <[email protected]> | 2014-12-30 12:45:24 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-12-30 12:45:24 -0800 |
| commit | 2e815e891be9f97f94f9a13cb8eb6693d46caaa4 (patch) | |
| tree | ae5f56d9f973035e2038742416931315b90b7c2c /docs/getting-started | |
| parent | b342de4fa3734f43ec1aa9ba42a05b824aa79652 (diff) | |
| download | bootstrap-2e815e891be9f97f94f9a13cb8eb6693d46caaa4.tar.xz bootstrap-2e815e891be9f97f94f9a13cb8eb6693d46caaa4.zip | |
Fix @mdo's grammar
Diffstat (limited to 'docs/getting-started')
| -rw-r--r-- | docs/getting-started/quick-start.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/quick-start.md b/docs/getting-started/quick-start.md index 6b1e68220..8e2f6814d 100644 --- a/docs/getting-started/quick-start.md +++ b/docs/getting-started/quick-start.md @@ -22,7 +22,7 @@ Then, add the Bootstrap JavaScript—and jQuery—near the end of your pages. It Be sure to have your pages set up with the latest design and development standards. That means: * Using an HTML5 doctype -* Forcing Internet Explorer to use it's latest rendering mode ([read more]()) +* Forcing Internet Explorer to use its latest rendering mode ([read more]()) * And, utilizing the viewport meta tag. Put it all together and your pages should look like this: |
