From bf8418349ecb6c7878d1f74ac77a659f4ec6d7bb Mon Sep 17 00:00:00 2001 From: Seth Ladd Date: Thu, 7 May 2015 18:40:32 -0700 Subject: [PATCH] Fix typo in Sky's framework's README --- framework/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/README.md b/framework/README.md index c937981cfc9..a15a2760022 100644 --- a/framework/README.md +++ b/framework/README.md @@ -78,7 +78,7 @@ constructor looks like this: Checkbox({ Object key, this.onChanged, this.checked }) : super(key: key); ``` -What this means is that the `Checkbox` component is *never* "owns" the state of +What this means is that the `Checkbox` component *never* "owns" the state of the checkbox. It's current state is handed into the `checked` parameter, and when a click occurs, the checkbox invokes its `onChanged` callback with the value it thinks it should be changed to -- but it never directly changes the