Skip to content

Commit 3c2611e

Browse files
committed
typo
1 parent ad4b832 commit 3c2611e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beta/src/pages/learn/synchronizing-with-effects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Sometimes this isn't enough. Consider a `ChatRoom` component that must connect t
3232

3333
<Note>
3434

35-
Here and later in this text, capitalized "Effect" refer to the React-specific definition above, i.e. a side effect caused by rendering. To refer to the broader programming concept, we'll say "side effect".
35+
Here and later in this text, capitalized "Effect" refers to the React-specific definition above, i.e. a side effect caused by rendering. To refer to the broader programming concept, we'll say "side effect".
3636

3737
</Note>
3838

0 commit comments

Comments
 (0)