From e40cd2b331d40bb104f16aeb1d29b163f14f4a9a Mon Sep 17 00:00:00 2001 From: Taylor Wolf <124309906+taylorwinterwolf@users.noreply.github.com> Date: Wed, 12 Jun 2024 00:54:15 -0600 Subject: [PATCH] fix(curriculum): improved reference phrasing for listed js methods (#55152) Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> --- 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 b67bda928a0..d18bb66ddc0 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -362,7 +362,7 @@ "intro": [ "Functional Programming is a popular approach to software development. In Functional Programming, developers organize code into smaller functions, then combine those functions to build complex programs.", "In this spreadsheet application project, you'll learn about parsing and evaluating mathematical expressions, implementing spreadsheet functions, handling cell references, and creating interactive web interfaces. You'll learn how to dynamically update the page based on user input.", - "This project will cover concepts like the map() method, find() method, parseInt(), the includes() method." + "This project will cover concepts like the map(), find(), and includes() methods and the parseInt() function." ] }, "learn-modern-javascript-methods-by-building-football-team-cards": {