From bdf2c5b6d07c4d37c79d4872ee414dd39b3ee276 Mon Sep 17 00:00:00 2001 From: Dhruva Srinivas <66675022+carrotfarmer@users.noreply.github.com> Date: Thu, 13 Oct 2022 14:56:10 +0530 Subject: [PATCH] fix: small error in front-end libs intro (#48005) --- 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 15a2400e765..f6f66d32d27 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -342,7 +342,7 @@ "title": "Front End Development Libraries", "intro": [ "Now that you're familiar with HTML, CSS, and JavaScript, level up your skills by learning some of the most popular front end libraries in the industry.", - "In the Front End Development Libraries Certification, you'll learn how to style your site quickly with Bootstrap. You'll also learn how add logic to your CSS styles and extend them with Sass.", + "In the Front End Development Libraries Certification, you'll learn how to style your site quickly with Bootstrap. You'll also learn how to add logic to your CSS styles and extend them with Sass.", "Later, you'll build a shopping cart and other applications to learn how to create powerful Single Page Applications (SPAs) with React and Redux." ], "note": "",