Skip to content

Commit 42f3dd7

Browse files
authored
📘 doc: fix inconsistent between doc and code (#544)
1 parent 437a1b3 commit 42f3dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/key-concept.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Console should log the following:
245245
1
246246
```
247247

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

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

0 commit comments

Comments
 (0)