Skip to content

Commit e507dc0

Browse files
committed
Update 02-displaying-data.md
Typo fix
1 parent 6bb77b5 commit e507dc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docs/02-displaying-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The inputs to this component are called `props` — short for "properties". They
6666

6767
## Components are Just Like Functions
6868

69-
React components are very simple. You can think of them as simple function that take in `props` and `state` (discussed later) and render HTML. Because they're so simple, it makes them very easy to reason about.
69+
React components are very simple. You can think of them as simple functions that take in `props` and `state` (discussed later) and render HTML. Because they're so simple, it makes them very easy to reason about.
7070

7171
> Note:
7272
>

0 commit comments

Comments
 (0)