Fix typing error in AutofillGroup docs (#154405)

Fixes a small typing error in the AutofillGroup docs
This commit is contained in:
Darniel Rumple 2024-09-03 20:22:00 +02:00 committed by GitHub
parent c2a2b13e0c
commit 7b71d9f493
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}
///