From 8dfce23e3b8013e0feaef3f98946cf5365435006 Mon Sep 17 00:00:00 2001 From: Corban Pendrak <125042151+CorbanPendrak@users.noreply.github.com> Date: Sun, 17 Mar 2024 14:31:57 -0400 Subject: [PATCH] patch-issue-295 --- src/localization/en/general.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/localization/en/general.json b/src/localization/en/general.json index 0fd4910e..89eb6e27 100644 --- a/src/localization/en/general.json +++ b/src/localization/en/general.json @@ -35,5 +35,5 @@ "page.cheatsheet.description": "Sometimes you just need to remember Regex. Try the cheatsheet that will make it easier for you to understand and remember better.", "page.playground.description": "You can easily build and test your regex pattern online via Playground.", - "learn.safari.unsupportWarning": "Regex in this step are not supported by the some browsers. If you have trouble getting past this step, you can click here." + "learn.safari.unsupportWarning": "Regex in this step is not supported by some browsers. If you have trouble getting past this step, click here." }