]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixed minor typo 21736/head
authorMarios Zindilis <marios@zindilis.com>
Sun, 15 Jan 2017 17:14:25 +0000 (17:14 +0000)
committerMarios Zindilis <marios@zindilis.com>
Sun, 15 Jan 2017 17:14:25 +0000 (17:14 +0000)
docs/getting-started/accessibility.md

index c1fe73dc01826ee1712c48a13c3031cbde18283c..33619eb1ea9481914ec3bcbcfae7a33e6ae03394 100644 (file)
@@ -48,7 +48,7 @@ Note that this bug will also affect any other in-page links your site may be usi
 
 When nesting headings (`<h1>` - `<h6>`), your primary document header should be an `<h1>`. Subsequent headings should make logical use of `<h2>` - `<h6>` such that screen readers can construct a table of contents for your pages.
 
-Learn more at [HTML CodeSniffer](https://squizlabs.github.io/HTML_CodeSniffer/Standards/Section508/) and [Penn State's Accessability](http://accessibility.psu.edu/headings/).
+Learn more at [HTML CodeSniffer](https://squizlabs.github.io/HTML_CodeSniffer/Standards/Section508/) and [Penn State's Accessibility](http://accessibility.psu.edu/headings/).
 
 ## Additional resources