Fix typo in text_input.dart (#83247)

This commit is contained in:
MahdiGharooni 2021-05-27 05:14:02 +04:30 committed by GitHub
parent 025a3a7da3
commit bf848ca153
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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