Merge pull request #358 from hrnik/patch-1

Fix misspeling
This commit is contained in:
Ilya Kantor 2018-02-03 15:47:02 +03:00 committed by GitHub
commit 398b854bdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,7 @@ To summarize, there are several benefits of using a separate `cachingDecorator`
The caching decorator mentioned above is not suited to work with object methods.
For instance, in the code below `user.format()` stops working after the decoration:
For instance, in the code below `worker.slow()` stops working after the decoration:
```js run
// we'll make worker.slow caching