From f142652b920729f8d709c9912a84e41985a41968 Mon Sep 17 00:00:00 2001 From: Nathan Foon Date: Tue, 10 Sep 2019 12:31:22 -0400 Subject: [PATCH] Fix typo in form-label.md --- data/form-label.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/form-label.md b/data/form-label.md index 460ec49..3f64552 100644 --- a/data/form-label.md +++ b/data/form-label.md @@ -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 @@ -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. ---> \ No newline at end of file +-->