summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Alvarez <v.alvarez312@gmail.com>2015-09-07 11:58:05 -0700
committerVictor Alvarez <v.alvarez312@gmail.com>2015-09-07 12:14:51 -0700
commit1881168d839bfda77d086c0daad833945d241bd4 (patch)
tree3bda4f61742a09abb3a99242f1826628975eb8ea
parent6a1d6d29ce9e2c38fcc87a7815787f8fc7c12d73 (diff)
downloadasync-1881168d839bfda77d086c0daad833945d241bd4.tar.gz
Fix typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c309cf7..d390b15 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.