Unverified Commit bf848ca1 authored by MahdiGharooni's avatar MahdiGharooni Committed by GitHub

Fix typo in text_input.dart (#83247)

parent 025a3a7d
...@@ -224,7 +224,7 @@ class TextInputType { ...@@ -224,7 +224,7 @@ class TextInputType {
/// ///
/// Despite the logical meaning of each action, choosing a particular /// Despite the logical meaning of each action, choosing a particular
/// [TextInputAction] does not necessarily cause any specific behavior to /// [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 /// developer to ensure that the behavior that occurs when an action button is
/// pressed is appropriate for the action button chosen. /// pressed is appropriate for the action button chosen.
/// ///
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment