]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Typo in Accessibility docs. 7176/head
authorJedidiah <hello@jedidiah.eu>
Tue, 24 Nov 2015 13:43:48 +0000 (13:43 +0000)
committerJedidiah <hello@jedidiah.eu>
Tue, 24 Nov 2015 13:43:48 +0000 (13:43 +0000)
s/fine tine/fine tune

docs/pages/accessibility.md

index 4ac3d5c50ed75aad62c9186ded184c184a1fd226..2bf56adb457fb00115beb8d07c6c2f201f0d4097 100644 (file)
@@ -40,7 +40,7 @@ If your site has video, provide captions so that users who are deaf or hard-of-h
 
 ## Foundation and Accessibility
 
-All of Foundation's components are keyboard-accessible and screen reader-friendly. All of our code examples include the required accessibility hooks, but there may be instances where you, as the developer, need to fine-tine the specifics of how those hooks are used. Our JavaScript plugins will automatically add many required attributes to the HTML for you. Refer to each component's documentation to learn how to ensure your markup is screen reader-friendly.
+All of Foundation's components are keyboard-accessible and screen reader-friendly. All of our code examples include the required accessibility hooks, but there may be instances where you, as the developer, need to fine-tune the specifics of how those hooks are used. Our JavaScript plugins will automatically add many required attributes to the HTML for you. Refer to each component's documentation to learn how to ensure your markup is screen reader-friendly.
 
 Foundation's CSS makes use of the library [what-input](https://github.com/ten1seven/what-input), which can detect the user's current input device and adjust CSS accordingly. We use it to disable outlines for mouse users, but not keyboard users, who need the outline to know what element on the page has focus.