Update article.md

Grammar
This commit is contained in:
hrodward 2019-10-21 08:09:39 +02:00 committed by GitHub
parent 30e3fa7237
commit 74ad826d0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,7 +98,7 @@ Functions provide a built-in method [bind](mdn:js/Function/bind) that allows to
The basic syntax is: The basic syntax is:
```js ```js
// more complex syntax will be little later // more complex syntax will come a little later
let boundFunc = func.bind(context); let boundFunc = func.bind(context);
``` ```