Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/key-concept.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ Console should log the following:
1
```

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

Learn more about this in [order of code](/essential/life-cycle.html#order-of-code).

Expand Down