Skip to content

Commit d05a2e9

Browse files
gaearoneps1lon
authored andcommitted
nit
1 parent d357bfa commit d05a2e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/blog/2025/10/01/react-19-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ For examples on how to use Activity, check out the [Activity docs](/reference/re
5656

5757
### `useEffectEvent` {/*use-effect-event*/}
5858

59-
One common pattern with `useEffect` is to notify the app code about some kind of "events" in an external system. For example, when a chat room gets connected, and you might want to display a notification:
59+
One common pattern with `useEffect` is to notify the app code about some kind of "events" from an external system. For example, when a chat room gets connected, you might want to display a notification:
6060

6161
```js {5,11}
6262
function ChatRoom({ roomId, theme }) {

0 commit comments

Comments
 (0)