]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
words
authorMark Otto <markdotto@gmail.com>
Sat, 10 Jun 2017 23:30:35 +0000 (16:30 -0700)
committerMark Otto <markdotto@gmail.com>
Sat, 10 Jun 2017 23:30:35 +0000 (16:30 -0700)
docs/4.0/components/forms.md

index d312071777d3aacd6c3ccf6794d0f58bcd730366..9809fddd0ac9aab900cbb25c3d0781b68f0a185c 100644 (file)
@@ -812,7 +812,7 @@ Inline text can use any typical inline HTML element (be it a `<small>`, `<span>`
 Provide valuable, actionable feedback to your users with HTML5 form validation–[available in all our supported browsers](http://caniuse.com/#feat=form-validation). Choose from the browser default validation feedback, or implement custom messages with our built-in classes and starter JavaScript.
 
 {% callout warning %}
-We **highly recommend** custom validation styles as native browser defaults are not announced to screenreaders.
+We **highly recommend** custom validation styles as native browser defaults are not announced to screen readers.
 {% endcallout %}
 
 ### How it works