From e190dd610a8578dfb1d28568a29b821a0656cc63 Mon Sep 17 00:00:00 2001
From: alirezaghey <26653424+alirezaghey@users.noreply.github.com>
Date: Mon, 17 May 2021 17:44:38 +0000
Subject: [PATCH] fix(curriculum): small English update (#42166)
---
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 1df7a624ef..a6e57958a8 100644
--- a/client/i18n/locales/english/intro.json
+++ b/client/i18n/locales/english/intro.json
@@ -143,7 +143,7 @@
"title": "Functional Programming",
"intro": [
"Functional Programming is another popular approach to software development. In Functional Programming, code is organized into smaller, basic functions that can be combined to build complex programs.",
- "In this course, you'll learn the core concepts of Functional Programming including pure functions, how to avoid mutations, and how write cleaner code with methods like .map()
and .filter()
."
+ "In this course, you'll learn the core concepts of Functional Programming including pure functions, how to avoid mutations, and how to write cleaner code with methods like .map()
and .filter()
."
]
},
"intermediate-algorithm-scripting": {