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": {