From 190b26fd983221e6037209b6857c8982e8ddc98d Mon Sep 17 00:00:00 2001 From: charlotte-whiting <97814150+charlotte-whiting@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:29:08 -0800 Subject: [PATCH] fix(curriculum): add space in CSS variables intro (#57224) --- client/i18n/locales/english/intro.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index ddc9b984478d19..d19f49b07b0d45 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -2379,7 +2379,7 @@ "title": "CSS Variables Review", "intro": [ "Before you are quizzed on the fundamentals of CSS variables, you first need to review.", - "Open up this page to review how to work with CSS custom properties(CSS variables) and the @property rule." + "Open up this page to review how to work with CSS custom properties (CSS variables) and the @property rule." ] }, "quiz-css-variables": {