Skip to content

Commit 03225ed

Browse files
authored
Merge pull request #506 from mpodaniev/patch-1
Fix typo
2 parents b84a7b5 + 81db673 commit 03225ed

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
@@ -243,7 +243,7 @@ worker.slow = cachingDecorator(worker.slow);
243243
```js run
244244
let worker = {
245245
slow(min, max) {
246-
alert(`Викликаза з ${min},${max}`);
246+
alert(`Викликана з ${min},${max}`);
247247
return min + max;
248248
}
249249
};

0 commit comments

Comments
 (0)