From 5578a23e7c47e087735938dd35af7e3541c496a2 Mon Sep 17 00:00:00 2001 From: Victor Alvarez Date: Mon, 7 Sep 2015 11:58:05 -0700 Subject: [PATCH 1/2] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c309cf745..d390b15af 100644 --- a/README.md +++ b/README.md @@ -694,7 +694,7 @@ instead of an array. This can be a more readable way of handling results from [`series`](#series). **Note** that while many implementations preserve the order of object properties, the -[ECMAScript Language Specifcation](http://www.ecma-international.org/ecma-262/5.1/#sec-8.6) +[ECMAScript Language Specification](http://www.ecma-international.org/ecma-262/5.1/#sec-8.6) explicitly states that > The mechanics and order of enumerating the properties is not specified. From 1881168d839bfda77d086c0daad833945d241bd4 Mon Sep 17 00:00:00 2001 From: Victor Alvarez Date: Mon, 7 Sep 2015 11:58:05 -0700 Subject: [PATCH 2/2] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c309cf745..d390b15af 100644 --- a/README.md +++ b/README.md @@ -694,7 +694,7 @@ instead of an array. This can be a more readable way of handling results from [`series`](#series). **Note** that while many implementations preserve the order of object properties, the -[ECMAScript Language Specifcation](http://www.ecma-international.org/ecma-262/5.1/#sec-8.6) +[ECMAScript Language Specification](http://www.ecma-international.org/ecma-262/5.1/#sec-8.6) explicitly states that > The mechanics and order of enumerating the properties is not specified.