We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7002488 commit 506567bCopy full SHA for 506567b
1-js/99-js-misc/03-currying-partials/article.md
@@ -73,7 +73,7 @@ Let's curry it!
73
log = _.curry(log);
74
```
75
76
-After that `log` work normally:
+After that `log` works normally:
77
78
```js
79
log(new Date(), "DEBUG", "some debug"); // log(a, b, c)
0 commit comments