Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exercises/02.accessibility/02.problem.aria/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ is no error, for example:
The emoji will give you some tips on creating variables to make this easier.

🦉 Another thing you may notice is in both cases we're rendering the `div`
responsible for rendering the error messages. This to ensure the UI doesn't
responsible for rendering the error messages. This is to ensure the UI doesn't
bounce around when an error shows up.

And we do this for more than just the `input`, we'll want this for the `<form>`
Expand Down