From d58ca812f74749155eba4d30a55ff532d89df901 Mon Sep 17 00:00:00 2001 From: Joshua <121734574+jhylacey@users.noreply.github.com> Date: Thu, 6 Apr 2023 08:26:32 -0500 Subject: [PATCH] Fix improper idiom usage (#5883) * Fix casing for consistency There's 5 instances in this document in which the casing of a file name begins with lower case, which makes it inconsisnent both with the page and the entire tutorial. * Fix improper idiom usage The phrase "most of the times" is incorrect and would only make sense in the context of a larger sentence. The phrase is actually "most of the time" and is used in place of "usually". --- src/content/learn/writing-markup-with-jsx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!