Fixed typo in navigator.dart doc comments (#12995)

This commit is contained in:
Matt Sullivan 2017-11-13 17:06:11 -08:00 committed by Greg Spencer
parent 7adb720dcc
commit 62ed4f5911

View File

@ -437,7 +437,7 @@ typedef bool RoutePredicate(Route<dynamic> 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.