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.
2 parents 2cbed98 + 74ad826 commit 77e9317Copy full SHA for 77e9317
1-js/06-advanced-functions/10-bind/article.md
@@ -98,7 +98,7 @@ Functions provide a built-in method [bind](mdn:js/Function/bind) that allows to
98
The basic syntax is:
99
100
```js
101
-// more complex syntax will be little later
+// more complex syntax will come a little later
102
let boundFunc = func.bind(context);
103
```
104
0 commit comments