Skip to content

Commit 8894b34

Browse files
authored
docs(concepts): correct property name from isStarted to isReady (#161)
1 parent 098900f commit 8894b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/concepts/application_lifecycle.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default class GreetCommand extends BaseCommand {
6868
}
6969

7070
async run() {
71-
console.log(this.app.isStarted) // true
71+
console.log(this.app.isReady) // true
7272
}
7373
}
7474
```

0 commit comments

Comments
 (0)