aboutsummaryrefslogtreecommitdiff
path: root/getting-started.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-08-13 21:32:49 -0700
committerChris Rebert <[email protected]>2013-08-13 21:32:49 -0700
commit13d2616631d9c40d3022ab1949be52f86a23b712 (patch)
tree5b2594e45be302342e563051441b29383b192892 /getting-started.html
parent9d82a8ba1ff1fb788ffb71aaff3a7bdfb07a7da2 (diff)
downloadbootstrap-13d2616631d9c40d3022ab1949be52f86a23b712.tar.xz
bootstrap-13d2616631d9c40d3022ab1949be52f86a23b712.zip
tweak punctuation in sentence of docs
Diffstat (limited to 'getting-started.html')
-rw-r--r--getting-started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html
index ccdfc51e8..4d26a7828 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -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 %}