Merge pull request #1698 from karniol/patch-1

Fix typo
This commit is contained in:
Alexey Pyltsyn 2019-12-29 19:16:43 +03:00 committed by GitHub
commit 87a7232b44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@ Let's curry it!
log = _.curry(log);
```
After that `log` work normally:
After that `log` works normally:
```js
log(new Date(), "DEBUG", "some debug"); // log(a, b, c)