From: Marios Zindilis Date: Sun, 15 Jan 2017 17:14:25 +0000 (+0000) Subject: Fixed minor typo X-Git-Tag: v4.0.0-beta~147^2~205^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57fe8ac84cda0f6e361b0d6a29e86c3adf87f83d;p=thirdparty%2Fbootstrap.git Fixed minor typo --- diff --git a/docs/getting-started/accessibility.md b/docs/getting-started/accessibility.md index c1fe73dc01..33619eb1ea 100644 --- a/docs/getting-started/accessibility.md +++ b/docs/getting-started/accessibility.md @@ -48,7 +48,7 @@ Note that this bug will also affect any other in-page links your site may be usi When nesting headings (`

` - `

`), your primary document header should be an `

`. Subsequent headings should make logical use of `

` - `

` 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