diff --git a/packages/flutter/lib/src/widgets/navigator.dart b/packages/flutter/lib/src/widgets/navigator.dart index 87eab3ee57..0e0a434950 100644 --- a/packages/flutter/lib/src/widgets/navigator.dart +++ b/packages/flutter/lib/src/widgets/navigator.dart @@ -437,7 +437,7 @@ typedef bool RoutePredicate(Route route); /// /// ### Custom routes /// -/// You can create your own subclass of one the widget library route classes +/// You can create your own subclass of one of the widget library route classes /// like [PopupRoute], [ModalRoute], or [PageRoute], to control the animated /// transition employed to show the route, the color and behavior of the route's /// modal barrier, and other aspects of the route.