We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a0b92 commit ed258c7Copy full SHA for ed258c7
README.md
@@ -19,7 +19,7 @@ All the scenarios are listed here below and nicely linked to the source file.
19
20
1. [**Testing Components**](./src/app/components)
21
* [testing @Input](./src/app/components/input.component.spec.ts)
22
- _Learn how to a component's `@Input()`._
+ _Learn how to test a component's `@Input()`._
23
* [testing @Output](./src/app/components/output.component.spec.ts)
24
_Learn how to test a component's `@Output()`, more specifically the `EventEmitter` type._
25
* [testing timers inside components](./src/app/components/counter.component.spec.ts)
0 commit comments