fix(curriculum): Working with forms lecture shows incorrect message (#57888)

This commit is contained in:
Supravisor 2025-01-09 12:47:28 +13:00 committed by GitHub
parent 9adc0a621d
commit 6d419cd35e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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--