8000 Merge pull request #2705 from Swader/patch-1 · gitcommituser/react@a818097 · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit a818097

Browse files
committed
Merge pull request facebook#2705 from Swader/patch-1
Update 02-displaying-data.md
2 parents 6bb77b5 + e507dc0 commit a818097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)
0