diff --git a/lib/src/controllers/qrouter_controller.dart b/lib/src/controllers/qrouter_controller.dart index d73ae0d..534e043 100644 --- a/lib/src/controllers/qrouter_controller.dart +++ b/lib/src/controllers/qrouter_controller.dart @@ -71,7 +71,7 @@ abstract class QNavigator extends ChangeNotifier { Future popUntilOrPush(String path); /// {@template q.navigator.popUntilOrPushName} - /// Push the page with this [name] on the top of the stack, or pop unit it if it's already + /// Push the page with this [name] on the top of the stack, or pop until it if it's already /// in the stack /// {@endtemplate} Future popUntilOrPushName(String name, {Map? params});