Skip to content

Commit 1e005f9

Browse files
committed
Change 'That's been true of all of the components we've been working with' to 'That's been true with all of the components we've been working with'
1 parent 5d5c1bc commit 1e005f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ database, writing to the file system, etc. are common examples of side effects
4141
in programming.
4242

4343
In terms of a React component, the **main effect** of the component is to return
44-
some JSX. That's been true of all of the components we've been working with! One
44+
some JSX. That's been true with all of the components we've been working with! One
4545
of the first rules we learned about function components is that they take in
4646
props, and return JSX.
4747

0 commit comments

Comments
 (0)