We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1107b02 + 1141033 commit 868b59eCopy full SHA for 868b59e
1-js/06-advanced-functions/10-bind/article.md
@@ -43,7 +43,7 @@ The task is quite typical -- we want to pass an object method somewhere else (he
43
44
## Solution 1: a wrapper
45
46
-The simplest solution is to use an wrapping function:
+The simplest solution is to use a wrapping function:
47
48
```js run
49
let user = {
0 commit comments