Spelling mistakes in documentation.

This commit is contained in:
Dan Silver 2013-09-28 16:21:23 -05:00
parent fc2cde0230
commit 708dbe58f6
1 changed files with 2 additions and 2 deletions

View File

@ -862,7 +862,7 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
<div class="page-header">
<h1 id="accessibility">Accessibility</h1>
</div>
<p class="lead">Bootstrap follows common web standards, and with minimal extra effort, can be used to create sites that are accessibile to those using <abbr title="Assistive Technology" class="initialism">AT</abbr>.</p>
<p class="lead">Bootstrap follows common web standards, and with minimal extra effort, can be used to create sites that are accessible to those using <abbr title="Assistive Technology" class="initialism">AT</abbr>.</p>
<h3>Skip navigation</h3>
<p>If your navigation contains many links and comes before the main content in the DOM, add a <code>Skip to main content</code> link immediately after your opening <code>&lt;body&gt;</code> tag. <a href="http://a11yproject.com/posts/skip-nav-links/">(read why)</a></p>