Commit 62ed4f59 authored by Matt Sullivan's avatar Matt Sullivan Committed by Greg Spencer

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

parent 7adb720d
...@@ -437,7 +437,7 @@ typedef bool RoutePredicate(Route<dynamic> route); ...@@ -437,7 +437,7 @@ typedef bool RoutePredicate(Route<dynamic> route);
/// ///
/// ### Custom routes /// ### 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 /// like [PopupRoute], [ModalRoute], or [PageRoute], to control the animated
/// transition employed to show the route, the color and behavior of the route's /// transition employed to show the route, the color and behavior of the route's
/// modal barrier, and other aspects of the route. /// modal barrier, and other aspects of the route.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment