Skip to content

Commit 281737d

Browse files
authored
fix: wrong life cycle example (#546)
1 parent 42f3dd7 commit 281737d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/essential/life-cycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Console should log the following:
195195
1
196196
```
197197

198-
Notice that it doesn't log **3**, because the event is registered after the route so it is not applied to the route.
198+
Notice that it doesn't log **2**, because the event is registered after the route so it is not applied to the route.
199199

200200
This also applies to the plugin.
201201

0 commit comments

Comments
 (0)