diff --git a/packages/flutter/lib/src/material/text_form_field.dart b/packages/flutter/lib/src/material/text_form_field.dart index 08024f1d573..128b4d16029 100644 --- a/packages/flutter/lib/src/material/text_form_field.dart +++ b/packages/flutter/lib/src/material/text_form_field.dart @@ -71,7 +71,7 @@ export 'package:flutter/services.dart' show SmartQuotesType, SmartDashesType; /// /// {@tool dartpad --template=stateful_widget_material} /// This example shows how to move the focus to the next field when the user -/// presses the ENTER key. +/// presses the SPACE key. /// /// ```dart imports /// import 'package:flutter/services.dart';