提交 5b4d3452 编写于 作者: E Eric Seidel

Merge pull request #154 from domokit/sethladd-patch-2

Fix typo in Sky's framework's README
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册