Skip to content

Commit e29a004

Browse files
committed
fix jsdoc
1 parent e64b997 commit e29a004

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/router/router.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ export interface Router {
158158
* @internal
159159
* PRIVATE - DO NOT USE
160160
*
161-
* Utility function to URL encode a location according to the internal
161+
* Utility function to URL encode a destination path according to the internal
162162
* history implementation
163-
* @param location
163+
* @param to
164164
*/
165165
encodeLocation(to: To): Path;
166166

0 commit comments

Comments
 (0)