From 553d2d1b52f64286aa8233fe3087167d4a13b967 Mon Sep 17 00:00:00 2001 From: Artem Zakharchenko Date: Sat, 15 Sep 2018 19:09:14 +0200 Subject: [PATCH] Corrects a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d492acf..02439b5 100644 --- a/README.md +++ b/README.md @@ -234,7 +234,7 @@ function getRecentPosts(posts) { } ``` -> Some language-specific assumptions may allow to ommit the context. For example, in JavaScript it is common that `filter` operates on Array. Adding explicit `filterArray` would be unnecessary. +> Some language-specific assumptions may allow to omit the context. For example, in JavaScript it is common that `filter` operates on Array. Adding explicit `filterArray` would be unnecessary. ---