From 9b07b7963b079d21180369342b69ae9524ed499e Mon Sep 17 00:00:00 2001
From: thinhtm <99723083+thinhtm@users.noreply.github.com>
Date: Mon, 7 Mar 2022 11:22:47 +0700
Subject: [PATCH] fix typo
---
ch01.asciidoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ch01.asciidoc b/ch01.asciidoc
index fac8b29..b5b78d6 100644
--- a/ch01.asciidoc
+++ b/ch01.asciidoc
@@ -22,7 +22,7 @@ The first edition of ECMA-262 was released June 1997. A year later, in June 1998
By December 1999 the third edition was published, standardizing regular expressions, the `switch` statement, `do`/`while`, `try`/`catch`, and `Object#hasOwnProperty`, among a few other changes. Most of these features were already available in the wild through Netscape's JavaScript runtime, ((("SpiderMonkey")))SpiderMonkey.
-Drafts for an ES4 specification were soon afterwards published by TC39. This early work on ES4 led to JScript.NET in mid-2000pass:[You can read the original announcement at the Microsoft website (July, 2000).] and, eventually, to ActionScript 3 for Flash in 2006.pass:[Listen to Brendan Eich in the JavaScript Jabber podcast, talking about the origin of JavaScript.]
+Drafts for an ES4 specification were soon afterwards published by TC39. This early work on ES4 led to JScript.NET in mid-2000pass:[. You can read the original announcement at the Microsoft website (July, 2000).] and, eventually, to ActionScript 3 for Flash in 2006.pass:[Listen to Brendan Eich in the JavaScript Jabber podcast, talking about the origin of JavaScript.]
Conflicting opinions on how JavaScript was to move forward brought work on the specification to a standstill. This was a delicate time for web standards: Microsoft had all but monopolized the web and they had little interest in standards development.