Unverified Commit 972fb0c8 authored by Yehuda Ringler's avatar Yehuda Ringler Committed by GitHub

router.dart: fix grammer mistake (#68751)

parent cee6d46b
...@@ -1158,8 +1158,8 @@ abstract class RouterDelegate<T> extends Listenable { ...@@ -1158,8 +1158,8 @@ abstract class RouterDelegate<T> extends Listenable {
/// getter and notifies listeners, typically the [Router] widget, when a new /// getter and notifies listeners, typically the [Router] widget, when a new
/// route information is available. /// route information is available.
/// ///
/// When the router opts for the route information reporting (by overrides the /// When the router opts for route information reporting (by overriding the
/// [RouterDelegate.currentConfiguration] to return non-null), overrides the /// [RouterDelegate.currentConfiguration] to return non-null), override the
/// [routerReportsNewRouteInformation] method to process the route information. /// [routerReportsNewRouteInformation] method to process the route information.
/// ///
/// See also: /// See also:
......
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