Skip to content

Commit 79b2b8c

Browse files
committed
docs: update call-apply-decorators/spy-decorator/task.md
1 parent 00481c7 commit 79b2b8c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

1-js/06-advanced-functions/09-call-apply-decorators/01-spy-decorator/task.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ for (let args of work.calls) {
2727
}
2828
```
2929

30-
Pós-escrito: Este decorador é algumas vezes útil para testes unitários. Sua forma avançada é `sinon.spy` na biblioteca [Sinon.JS](http://sinonjs.org).
30+
Pós-escrito: Este decorador pode ser útil para testes unitários. Sua forma avançada é `sinon.spy` na biblioteca [Sinon.JS](http://sinonjs.org).

0 commit comments

Comments
 (0)