Skip to content

Commit

Permalink
fix(doc): replace "implicit mode" by "automatic mode"
Browse files Browse the repository at this point in the history
  • Loading branch information
jnizet committed Dec 9, 2024
1 parent 4547e9d commit 7663229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ngx-speculoos/src/lib/component-tester.ts
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ export class ComponentTester<C> {

/**
* In imperative mode, runs change detection.
* In implicit mode, awaits stability.
* In automatic mode, awaits stability.
*/
async change() {
if (this.mode === 'automatic') {
Expand Down

0 comments on commit 7663229

Please sign in to comment.