Skip to content

Commit 553d2d1

Browse files
committed
Corrects a typo
1 parent 848b802 commit 553d2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ function getRecentPosts(posts) {
234234
}
235235
```
236236

237-
> 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.
237+
> 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.
238238
239239
---
240240

0 commit comments

Comments
 (0)