Skip to content

Commit

Permalink
Fix typo in form-label.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfoon authored Sep 10, 2019
1 parent cb99aee commit f142652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/form-label.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Use labels on `form` fields

Once implemented properly, `label` elements make the form accessible. Each `label` element should have a `for` attribute that has the value of the corresponding filed's `id`.
Once implemented properly, `label` elements make the form accessible. Each `label` element should have a `for` attribute that has the value of the corresponding field's `id`.

### Resources
<!-- Whenever possible, include the links to more advanced guide-->
Expand All @@ -11,4 +11,4 @@ Once implemented properly, `label` elements make the form accessible. Each `labe
0: accessibility rules that everyone should follow with no exception
1: accessibility tips that make outstanding user experience
2: facts about designing for accessibility, testing etc.
-->
-->

0 comments on commit f142652

Please sign in to comment.