aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarios Zindilis <[email protected]>2017-01-15 17:14:25 +0000
committerMarios Zindilis <[email protected]>2017-01-15 17:14:25 +0000
commit57fe8ac84cda0f6e361b0d6a29e86c3adf87f83d (patch)
treead0b3a002d8d3ace97a2981a698dacabace4a043
parent8fbd4aaa383e3506d2da3c2335eeb66f494f07ad (diff)
downloadbootstrap-57fe8ac84cda0f6e361b0d6a29e86c3adf87f83d.tar.xz
bootstrap-57fe8ac84cda0f6e361b0d6a29e86c3adf87f83d.zip
Fixed minor typo
-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