diff --git a/navigation_and_routing/lib/src/routing/route_state.dart b/navigation_and_routing/lib/src/routing/route_state.dart index 94fccc6aa..a4edea943 100644 --- a/navigation_and_routing/lib/src/routing/route_state.dart +++ b/navigation_and_routing/lib/src/routing/route_state.dart @@ -36,7 +36,7 @@ class RouteState extends ChangeNotifier { } } -/// Provides the current [RouteState] to descendent widgets in the tree. +/// Provides the current [RouteState] to descendant widgets in the tree. class RouteStateScope extends InheritedNotifier { const RouteStateScope({ required RouteState notifier,