Commit 9c04aa15 authored by Chris Bracken's avatar Chris Bracken Committed by GitHub

Fix a FormState documentation typo (#11712)

parent a24c90d7
......@@ -66,7 +66,7 @@ class Form extends StatefulWidget {
FormState createState() => new FormState();
}
/// State assocated with a [Form] widget.
/// State associated with a [Form] widget.
///
/// A [FormState] object can be used to [save], [reset], and [validate] every
/// [FormField] that is a descendant of the associated [Form].
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment