Skip to content

Commit 1141033

Browse files
author
Shashank Rajesh
authored
Fixed euphonic error.
Changed "an" to "a". P.S: Love your work! Can't believe that its free!
1 parent 924ec1e commit 1141033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/06-advanced-functions/10-bind/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The task is quite typical -- we want to pass an object method somewhere else (he
4343

4444
## Solution 1: a wrapper
4545

46-
The simplest solution is to use an wrapping function:
46+
The simplest solution is to use a wrapping function:
4747

4848
```js run
4949
let user = {

0 commit comments

Comments
 (0)