From 47857d9fcbc15e43d89f2c3eb6ff530d38a1cf15 Mon Sep 17 00:00:00 2001
From: Leo <45669613+Hahlh@users.noreply.github.com>
Date: Mon, 28 Jan 2019 18:33:11 +0200
Subject: [PATCH] Deleted wrong comma (#34979)
---
...e-form-field-accessibility-with-the-label-element.english.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/curriculum/challenges/english/01-responsive-web-design/applied-accessibility/improve-form-field-accessibility-with-the-label-element.english.md b/curriculum/challenges/english/01-responsive-web-design/applied-accessibility/improve-form-field-accessibility-with-the-label-element.english.md
index eb26834c02..5f332f6fc9 100644
--- a/curriculum/challenges/english/01-responsive-web-design/applied-accessibility/improve-form-field-accessibility-with-the-label-element.english.md
+++ b/curriculum/challenges/english/01-responsive-web-design/applied-accessibility/improve-form-field-accessibility-with-the-label-element.english.md
@@ -16,7 +16,7 @@ The value of the for
attribute must be the same as the value of the
## Instructions
-Camper Cat expects a lot of interest in his thoughtful blog posts, and wants to include an email sign up form. Add a for
attribute on the email label
that matches the id
on its input
field.
+Camper Cat expects a lot of interest in his thoughtful blog posts and wants to include an email sign up form. Add a for
attribute on the email label
that matches the id
on its input
field.
## Tests