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 30e3fa7 commit 74ad826Copy full SHA for 74ad826
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