From 403a08b9061a69add126b894d0fa8afb514847fa Mon Sep 17 00:00:00 2001 From: Sigurd Meldgaard Date: Thu, 19 Jul 2018 10:46:40 +0200 Subject: [PATCH] Fix typo (#19555) --- packages/flutter/lib/src/cupertino/app.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/cupertino/app.dart b/packages/flutter/lib/src/cupertino/app.dart index 0a6fa16c22..4ba549f806 100644 --- a/packages/flutter/lib/src/cupertino/app.dart +++ b/packages/flutter/lib/src/cupertino/app.dart @@ -45,7 +45,7 @@ const TextStyle _kDefaultTextStyle = const TextStyle( /// This widget also configures the observer of the top-level [Navigator] (if /// any) to perform [Hero] animations. /// -/// Using this widget with caution on Android since it may produce behaviors +/// Use this widget with caution on Android since it may produce behaviors /// Android users are not expecting such as: /// /// * Pages will be dismissible via a back swipe.