Skip to content

Commit 398b854

Browse files
authored
Merge pull request #358 from hrnik/patch-1
Fix misspeling
2 parents c706585 + 095af8b commit 398b854

File tree

1 file changed

+1
-1
lines changed
  • 1-js/06-advanced-functions/09-call-apply-decorators

1 file changed

+1
-1
lines changed

1-js/06-advanced-functions/09-call-apply-decorators/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ To summarize, there are several benefits of using a separate `cachingDecorator`
7070

7171
The caching decorator mentioned above is not suited to work with object methods.
7272

73-
For instance, in the code below `user.format()` stops working after the decoration:
73+
For instance, in the code below `worker.slow()` stops working after the decoration:
7474

7575
```js run
7676
// we'll make worker.slow caching

0 commit comments

Comments
 (0)