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. ///