Skip to content

Commit

Permalink
Merge pull request #156 from busslina/master
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
SchabanBo authored Oct 7, 2024
2 parents 749e9ae + 851df4c commit e8c4ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/controllers/qrouter_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ abstract class QNavigator extends ChangeNotifier {
Future<void> 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<void> popUntilOrPushName(String name, {Map<String, dynamic>? params});
Expand Down

0 comments on commit e8c4ded

Please sign in to comment.