diff --git a/auto_route/lib/src/router/controller/navigation_history/navigation_history_base.dart b/auto_route/lib/src/router/controller/navigation_history/navigation_history_base.dart index 642df843..425d4597 100644 --- a/auto_route/lib/src/router/controller/navigation_history/navigation_history_base.dart +++ b/auto_route/lib/src/router/controller/navigation_history/navigation_history_base.dart @@ -83,7 +83,7 @@ abstract class NavigationHistory with ChangeNotifier { /// The root router StackRouter get router; - /// Whether managed history has more then one entries + /// Whether managed history has more than one entry bool get canNavigateBack; /// The length of managed history entries