Skip to content

Commit efe4b72

Browse files
docs: fix documentation link for currentNavigation method
(cherry picked from commit 680de24)
1 parent ea45b4d commit efe4b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/router/src/navigation_transition.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ export type RestoredState = {
221221
/**
222222
* Information about a navigation operation.
223223
* Retrieve the most recent navigation object with the
224-
* [Router.getCurrentNavigation() method](api/router/Router#getcurrentnavigation) .
224+
* [Router.currentNavigation() method](api/router/Router#currentNavigation) .
225225
*
226226
* * *id* : The unique identifier of the current navigation.
227227
* * *initialUrl* : The target URL passed into the `Router#navigateByUrl()` call before navigation.

0 commit comments

Comments
 (0)