diff --git a/packages/flutter/lib/src/widgets/framework.dart b/packages/flutter/lib/src/widgets/framework.dart index 97bc40d903..c1278c8a4e 100644 --- a/packages/flutter/lib/src/widgets/framework.dart +++ b/packages/flutter/lib/src/widgets/framework.dart @@ -22,7 +22,7 @@ export 'package:flutter/rendering.dart' show RenderObject, RenderBox, debugDumpR /// A [Key] is an identifier for [Widget]s and [Element]s. /// /// A new widget will only be used to update an existing element if its key is -/// the same as the key of the current widget associted with the element. +/// the same as the key of the current widget associated with the element. /// /// Keys must be unique amongst the [Element]s with the same parent. ///