Skip to content

Commit 0463061

Browse files
committed
Minor edits
1 parent ac9fbe8 commit 0463061

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- Use state and events to make components dynamic
66
- Implement controlled components
77

8-
## Overview
8+
## Introduction
99

1010
To build on what you've learned over the course of this section, we'll be
1111
building out a simple task list app to practice working with state and events,
@@ -19,7 +19,7 @@ down to the components that need it as props.
1919

2020
Run `npm install` and `npm start`, then check out the starter code in the
2121
browser. You'll see a console message with the `TASK` and `CATEGORY` data you'll
22-
need down from `App`.
22+
need to pass down from `App`.
2323

2424
### TaskList
2525

@@ -29,7 +29,7 @@ sure to use a `key` prop!
2929

3030
### Task
3131

32-
Update the `Task` component so that it shows the text and category for its task.
32+
Update the `Task` component so that it shows the task's text and category.
3333

3434
_When the delete button is clicked_, the task should be removed from the list.
3535

0 commit comments

Comments
 (0)