From 6d419cd35ef7b8566ab28ff6ec9e775088de5255 Mon Sep 17 00:00:00 2001 From: Supravisor <153783117+Supravisor@users.noreply.github.com> Date: Thu, 9 Jan 2025 12:47:28 +1300 Subject: [PATCH] fix(curriculum): Working with forms lecture shows incorrect message (#57888) --- .../lecture-working-with-forms/672a4ce6dab9eb735828b48b.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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--