Skip to content

Commit

Permalink
typo spontaneously (flutter#9013)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrachord authored and abarth committed Mar 25, 2017
1 parent 06144a7 commit f8cf576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flutter/lib/src/widgets/framework.dart
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ typedef void StateSetter(VoidCallback fn);
/// * At this point, the [State] object is fully initialized and the framework
/// might call its [build] method any number of times to obtain a
/// description of the user interface for this subtree. [State] objects can
/// spontanteously request to rebuild their subtree by callings their
/// spontaneously request to rebuild their subtree by callings their
/// [setState] method, which indicates that some of their internal state
/// has changed in a way that might impact the user interface in this
/// subtree.
Expand Down

0 comments on commit f8cf576

Please sign in to comment.