diff --git a/packages/flutter/lib/src/widgets/editable_text.dart b/packages/flutter/lib/src/widgets/editable_text.dart index 9a12a01545..bce401f38f 100644 --- a/packages/flutter/lib/src/widgets/editable_text.dart +++ b/packages/flutter/lib/src/widgets/editable_text.dart @@ -713,7 +713,7 @@ class EditableText extends StatefulWidget { /// to lock all lines to the height of the base [TextStyle], provided by /// [style]. This ensures the typed text fits within the allotted space. /// - /// If null, the strut used will is inherit values from the [style] and will + /// If null, the strut used will inherit values from the [style] and will /// have [StrutStyle.forceStrutHeight] set to true. When no [style] is /// passed, the theme's [TextStyle] will be used to generate [strutStyle] /// instead.