]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
tweak punctuation in sentence of docs
authorChris Rebert <github@rebertia.com>
Wed, 14 Aug 2013 04:32:49 +0000 (21:32 -0700)
committerChris Rebert <github@rebertia.com>
Wed, 14 Aug 2013 04:32:49 +0000 (21:32 -0700)
getting-started.html

index ccdfc51e813ef416a3ebf0b63c7b69112a59afeb..4d26a7828c6b057defaa8657dbde83e0f87c3ab8 100644 (file)
@@ -149,7 +149,7 @@ bootstrap/
     <p>In addition, <strong>Internet Explorer 8 requires the use of <a href="https://github.com/scottjehl/Respond">respond.js</a> to enable media query support.</strong></p>
 
     <h3>IE Compatibility modes</h3>
-    <p>Bootstrap is not supported in the old Internet Explorer compatibility modes. To be sure you're using the latest rendering mode for IE, consider including the appropriate <code>meta</code> tag in your pages.</p>
+    <p>Bootstrap is not supported in the old Internet Explorer compatibility modes. To be sure you're using the latest rendering mode for IE, consider including the appropriate <code>meta</code> tag in your pages:</p>
 {% highlight html %}
 <meta http-equiv="X-UA-Compatible" content="IE=edge">
 {% endhighlight %}