Fixed euphonic error.

Changed "an" to "a". 

P.S: Love your work! Can't believe that its free!
This commit is contained in:
Shashank Rajesh 2018-11-22 17:45:31 -05:00 committed by GitHub
parent 924ec1e19f
commit 1141033688
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ The task is quite typical -- we want to pass an object method somewhere else (he
## Solution 1: a wrapper ## Solution 1: a wrapper
The simplest solution is to use an wrapping function: The simplest solution is to use a wrapping function:
```js run ```js run
let user = { let user = {