From 2381b729eeeb57c0f490dabbc7d62a786d3d3350 Mon Sep 17 00:00:00 2001 From: Alexey Rubanik Date: Wed, 9 Mar 2022 11:57:07 +0300 Subject: [PATCH] correcting the verbs usage in 153 line intro.json (#45387) --- 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 c8821dfe6f..de262b6488 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -150,7 +150,7 @@ "learn-intermediate-css-by-building-a-picasso-painting": { "title": "Learn Intermediate CSS by Building a Picasso Painting", "intro": [ - "In this course, you'll use learn some intermediate CSS techniques by coding your own Picasso painting webpage. You'll learn about SVG icons, CSS positioning, and review other CSS skills you've learned." + "In this course, you'll learn how to use some intermediate CSS techniques by coding your own Picasso painting webpage. You'll learn about SVG icons, CSS positioning, and review other CSS skills you've learned." ] }, "learn-responsive-web-design-by-building-a-piano": {