From 62ed4f5911d03100dfecbefa4d1f541f6c7039bc Mon Sep 17 00:00:00 2001 From: Matt Sullivan Date: Mon, 13 Nov 2017 17:06:11 -0800 Subject: [PATCH] Fixed typo in navigator.dart doc comments (#12995) --- packages/flutter/lib/src/widgets/navigator.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/widgets/navigator.dart b/packages/flutter/lib/src/widgets/navigator.dart index 87eab3ee57c..0e0a4349507 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.