From adc315ea64c24ee51919dc3fd434cb19a6e59383 Mon Sep 17 00:00:00 2001 From: Ahmed Ashour Date: Fri, 29 Oct 2021 15:11:16 +0200 Subject: [PATCH] Fix typo `descendant` is more used, and the other one gives a typo in IntelliJ. --- 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 94fccc6aaa6..a4edea943a5 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,