diff --git a/packages/flutter/lib/src/widgets/autofill.dart b/packages/flutter/lib/src/widgets/autofill.dart index 28f04ffe11..ab9a566300 100644 --- a/packages/flutter/lib/src/widgets/autofill.dart +++ b/packages/flutter/lib/src/widgets/autofill.dart @@ -31,7 +31,7 @@ enum AutofillContextAction { /// An [AutofillScope] widget that groups [AutofillClient]s together. /// /// [AutofillClient]s that share the same closest [AutofillGroup] ancestor must -/// be built together, and they be will be autofilled together. +/// be built together, and they will be autofilled together. /// /// {@macro flutter.services.AutofillScope} ///