chore(docs): remove redundant word in comment (#30415)

Issue number: N/A

---------

remove redundant word in comment

Signed-off-by: pengqiseven <912170095@qq.com>
This commit is contained in:
pengqiseven
2025-05-20 22:24:57 +08:00
committed by GitHub
parent c3ad15b0bf
commit 00beab4af8
5 changed files with 6 additions and 6 deletions

View File

@ -79,7 +79,7 @@ export type UseIonRouterResult = {
*/
goBack(animationBuilder?: AnimationBuilder): void;
/**
* Determines if there are any additional routes in the the Router's history. However, routing is not prevented if the browser's history has more entries. Returns true if more entries exist, false if not.
* Determines if there are any additional routes in the Router's history. However, routing is not prevented if the browser's history has more entries. Returns true if more entries exist, false if not.
*/
canGoBack(): boolean;
routeInfo: RouteInfo;