diff --git a/src/content/learn/writing-markup-with-jsx.md b/src/content/learn/writing-markup-with-jsx.md index 335f192a..62670150 100644 --- a/src/content/learn/writing-markup-with-jsx.md +++ b/src/content/learn/writing-markup-with-jsx.md @@ -126,7 +126,7 @@ This is because JSX is stricter and has a few more rules than HTML! If you read -Most of the times, React's on-screen error messages will help you find where the problem is. Give them a read if you get stuck! +Most of the time, React's on-screen error messages will help you find where the problem is. Give them a read if you get stuck!