Skip to content

Commit 87a7232

Browse files
authored
Merge pull request #1698 from karniol/patch-1
Fix typo
2 parents c2a9c2d + 506567b commit 87a7232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/99-js-misc/03-currying-partials/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Let's curry it!
7373
log = _.curry(log);
7474
```
7575

76-
After that `log` work normally:
76+
After that `log` works normally:
7777

7878
```js
7979
log(new Date(), "DEBUG", "some debug"); // log(a, b, c)

0 commit comments

Comments
 (0)