aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started
diff options
context:
space:
mode:
authorPierre-Denis Vanduynslager <[email protected]>2017-01-16 15:31:38 -0500
committerPierre-Denis Vanduynslager <[email protected]>2017-01-16 15:31:38 -0500
commit8da2815e47704b84610b65fecbbd29527c5abce6 (patch)
treeeb636d2b90ea67836f34604e273917df6bc8beee /docs/getting-started
parenta85b80fa75aa9ecc7da252411f6209a002e4bdfb (diff)
parent8167682deb6146e1949cb49baf6e87d350befe3d (diff)
downloadbootstrap-8da2815e47704b84610b65fecbbd29527c5abce6.tar.xz
bootstrap-8da2815e47704b84610b65fecbbd29527c5abce6.zip
Merge branch 'twbs/v4-dev' into dropdown-keyboard
Diffstat (limited to 'docs/getting-started')
-rw-r--r--docs/getting-started/accessibility.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/accessibility.md b/docs/getting-started/accessibility.md
index c1fe73dc0..33619eb1e 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 (`<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