diff --git a/curriculum/challenges/english/25-front-end-development/lecture-working-with-forms/672a4ce6dab9eb735828b48b.md b/curriculum/challenges/english/25-front-end-development/lecture-working-with-forms/672a4ce6dab9eb735828b48b.md index 9ffee0b8b5f..1337d6d5f36 100644 --- a/curriculum/challenges/english/25-front-end-development/lecture-working-with-forms/672a4ce6dab9eb735828b48b.md +++ b/curriculum/challenges/english/25-front-end-development/lecture-working-with-forms/672a4ce6dab9eb735828b48b.md @@ -86,7 +86,7 @@ One of these attribute names heavily implies what it does. ## --text-- -What happens if you try to submit something incorrect for the `email` input? +What happens if you try to submit a value without an `@` sign for the `email` input? ## --answers--