Skip to content

Commit

Permalink
docs(router): fix typo in router event API documentation (#43555)
Browse files Browse the repository at this point in the history
PR Close #43555
  • Loading branch information
dalejodc authored and alxhub committed Sep 23, 2021
1 parent e9beccb commit 2306a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/router/src/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ export class Scroll {
* * [ResolveStart](api/router/ResolveStart): When the router begins the *resolve*
* phase of routing.
* * [ResolveEnd](api/router/ResolveEnd): When the router finishes the *resolve*
* phase of routing successfuly.
* phase of routing successfully.
* * [ChildActivationEnd](api/router/ChildActivationEnd): When the router finishes
* activating a route's children.
* * [ActivationEnd](api/router/ActivationEnd): When the router finishes activating a route.
Expand Down

0 comments on commit 2306a32

Please sign in to comment.