We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 098900f commit 8894b34Copy full SHA for 8894b34
content/docs/concepts/application_lifecycle.md
@@ -68,7 +68,7 @@ export default class GreetCommand extends BaseCommand {
68
}
69
70
async run() {
71
- console.log(this.app.isStarted) // true
+ console.log(this.app.isReady) // true
72
73
74
```
0 commit comments