From 822a046c080d70ed25d7883638d29a1c2b968c93 Mon Sep 17 00:00:00 2001 From: Ahmed Ashour Date: Tue, 2 Nov 2021 00:15:45 +0100 Subject: [PATCH] Fix typo (#944) --- navigation_and_routing/lib/src/routing/route_state.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,