From 8dd02257208a149432b87ec01ea48ebc501b57b7 Mon Sep 17 00:00:00 2001 From: Ehren Nwokocha Date: Tue, 4 Apr 2023 14:08:30 +0100 Subject: [PATCH] Fix minor typo (#3756) I replaced and with it in the Javascript versioning paragraph --- .../100-javascript-introduction/102-javascript-versions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/javascript/content/100-javascript-introduction/102-javascript-versions.md b/src/data/roadmaps/javascript/content/100-javascript-introduction/102-javascript-versions.md index 0faddf423..932f8a6e3 100644 --- a/src/data/roadmaps/javascript/content/100-javascript-introduction/102-javascript-versions.md +++ b/src/data/roadmaps/javascript/content/100-javascript-introduction/102-javascript-versions.md @@ -1,6 +1,6 @@ # Javascript Versions -JavaScript was invented by Brendan Eich, and in 1997 and became an ECMA standard. ECMAScript is the official language name. ECMAScript versions include ES1, ES2, ES3, ES5, and ES6 +JavaScript was invented by Brendan Eich, and in 1997 it became an ECMA standard. ECMAScript is the official language name. ECMAScript versions include ES1, ES2, ES3, ES5, and ES6 Visit the following resources to learn more: