From bf848ca15372117e9ec5556353ded5eb36601935 Mon Sep 17 00:00:00 2001 From: MahdiGharooni <39171814+MahdiGharooni@users.noreply.github.com> Date: Thu, 27 May 2021 05:14:02 +0430 Subject: [PATCH] Fix typo in text_input.dart (#83247) --- packages/flutter/lib/src/services/text_input.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/services/text_input.dart b/packages/flutter/lib/src/services/text_input.dart index 0e0c637e49f..c45a68bf998 100644 --- a/packages/flutter/lib/src/services/text_input.dart +++ b/packages/flutter/lib/src/services/text_input.dart @@ -224,7 +224,7 @@ class TextInputType { /// /// Despite the logical meaning of each action, choosing a particular /// [TextInputAction] does not necessarily cause any specific behavior to -/// happen, other than changing the focus when approapriate. It is up to the +/// happen, other than changing the focus when appropriate. It is up to the /// developer to ensure that the behavior that occurs when an action button is /// pressed is appropriate for the action button chosen. ///