diff --git a/src/content/10/en/part10b.md b/src/content/10/en/part10b.md index 5fb307e1475..7fc511a54c5 100644 --- a/src/content/10/en/part10b.md +++ b/src/content/10/en/part10b.md @@ -846,7 +846,7 @@ Validate the sign-in form so that both username and password fields are required The current implementation of the TextInput component should display an error message if a touched field has an error. Emphasize this error message by giving it a red color. -On top of the red error message, give an invalid field a visual indication of an error by giving it a red border color. Remember that if a field has an error, the TextInput component sets the TextInput component's error prop as true. You can use the value of the error prop to attach conditional styles to the TextInput component. +On top of the red error message, give an invalid field a visual indication of an error by giving it a red border color. Here's what the sign-in form should roughly look like with an invalid field: