From f8cf576f2be719fabd5b5d117adb7bb81be892f7 Mon Sep 17 00:00:00 2001 From: lyrachord Date: Sun, 26 Mar 2017 01:54:50 +0800 Subject: [PATCH] typo spontaneously (#9013) --- packages/flutter/lib/src/widgets/framework.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/widgets/framework.dart b/packages/flutter/lib/src/widgets/framework.dart index 52b62d1c96..a8d7884a42 100644 --- a/packages/flutter/lib/src/widgets/framework.dart +++ b/packages/flutter/lib/src/widgets/framework.dart @@ -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.