mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 01:03:03 +08:00
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user