From 9dfcd6759242117d2c9e2b3df01286fecb3f54f0 Mon Sep 17 00:00:00 2001 From: Matthew Date: Sat, 3 Apr 2021 02:39:08 -0400 Subject: [PATCH] fix: remove repeated words in Quality Assurance intro (#41733) --- 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 a1d65fdeff7..d39ff3d0e40 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -316,7 +316,7 @@ "title": "Quality Assurance", "intro": [ "As your programs or web applications become more complex, you'll want to test them to make sure that new changes don't break their original functionality.", - "In the Quality Assurance Certification, you'll learn how to write to write tests with Chai to ensure your applications work the way you expect them to.", + "In the Quality Assurance Certification, you'll learn how to write tests with Chai to ensure your applications work the way you expect them to.", "Then you'll build a chat application to learn advanced Node and Express concepts. You'll also use Pug as a template engine, Passport for authentication, and Socket.io for real-time communication between the server and connected clients." ], "blocks": {