From a3dd2eee985c5eebae078d290dd65eac57e9084c Mon Sep 17 00:00:00 2001 From: Gary Qian Date: Tue, 18 Dec 2018 10:25:11 -0800 Subject: [PATCH] Fix typo (#25237) --- packages/flutter/lib/src/material/text_field.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/material/text_field.dart b/packages/flutter/lib/src/material/text_field.dart index 80149a84b20..a3e7581a850 100644 --- a/packages/flutter/lib/src/material/text_field.dart +++ b/packages/flutter/lib/src/material/text_field.dart @@ -170,7 +170,7 @@ class TextField extends StatefulWidget { /// /// ## Keyboard /// - /// Requesting the focus will typically cause the the keyboard to be shown + /// Requesting the focus will typically cause the keyboard to be shown /// if it's not showing already. /// /// On Android, the user can hide the keyboard - withouth changing the focus -