We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeabf4b commit f426fd6Copy full SHA for f426fd6
1-js/06-advanced-functions/11-currying-partials/article.md
@@ -5,7 +5,7 @@ libs:
5
6
# Currying and partials
7
8
-Till now we were only talking about binding `this`. Now let's make a step further.
+Until now we have only been talking about binding `this`. Let's take it a step further.
9
10
We can bind not only `this`, but also arguments. That's rarely done, but sometimes can be handy.
11
0 commit comments