From 6c34c2b341f9ada6f22880c018eae32541779f93 Mon Sep 17 00:00:00 2001 From: Swapnil Yende Date: Fri, 8 Nov 2024 16:07:58 +0530 Subject: [PATCH] fix(curriculum): Wrapped up CSS properties within the code element (#57096) Co-authored-by: Swapnil --- 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 afad7465f0a..061fb19cdd1 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -2190,7 +2190,7 @@ "title": "Build a Cat Painting", "intro": [ "Mastering CSS positioning is essential for creating visually appealing and responsive web layouts.", - "In this workshop, you will build a cat painting. You'll learn about how to work with absolute positioning, the z-index property, and the transform property." + "In this workshop, you will build a cat painting. You'll learn about how to work with absolute positioning, the z-index property, and the transform property." ] }, "lab-house-painting": {