Skip to content

Commit

Permalink
Fixed euphonic error.
Browse files Browse the repository at this point in the history
Changed "an" to "a". 

P.S: Love your work! Can't believe that its free!
  • Loading branch information
Shashank Rajesh authored Nov 22, 2018
1 parent 924ec1e commit 1141033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1-js/06-advanced-functions/10-bind/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The task is quite typical -- we want to pass an object method somewhere else (he

## Solution 1: a wrapper

The simplest solution is to use an wrapping function:
The simplest solution is to use a wrapping function:

```js run
let user = {
Expand Down

0 comments on commit 1141033

Please sign in to comment.