We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd75ae8 commit 950c0bcCopy full SHA for 950c0bc
kanban/README.md
@@ -316,7 +316,8 @@ var TaskList = React.createClass({
316
});
317
```
318
319
-Finally, the app component. This is just a wrapper around the others.
+Finally, the app component. This is just a wrapper around the other components
320
+that wraps `TaskList` components in a `div`.
321
322
323
var App = React.createClass({
@@ -339,7 +340,7 @@ var App = React.createClass({
339
340
341
342
Once the document has loaded, we ask the server for the initial state of the
-board, and render that:
343
+board, and render that using the `App` component:
344
345
```js
346
$(document).ready(function() {
0 commit comments