From a1f6c173ba4f39b89e5dae64afa1dc3401a7cddd Mon Sep 17 00:00:00 2001 From: Marc Plano-Lesay Date: Thu, 2 Apr 2020 03:19:54 +1100 Subject: [PATCH] Fix a typo (#53699) --- packages/flutter/lib/src/widgets/text_selection.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/widgets/text_selection.dart b/packages/flutter/lib/src/widgets/text_selection.dart index a0875d2e40..6e2aaa78ca 100644 --- a/packages/flutter/lib/src/widgets/text_selection.dart +++ b/packages/flutter/lib/src/widgets/text_selection.dart @@ -262,7 +262,7 @@ abstract class TextSelectionControls { /// The selection handles are displayed in the [Overlay] that most closely /// encloses the given [BuildContext]. class TextSelectionOverlay { - /// Creates an object that manages overly entries for selection handles. + /// Creates an object that manages overlay entries for selection handles. /// /// The [context] must not be null and must have an [Overlay] as an ancestor. TextSelectionOverlay({