Skip to content

Commit 4c52ab8

Browse files
authored
Update separating-events-from-effects.md (#8257)
Removed an extraneous "a" from the text
1 parent 29743d0 commit 4c52ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/separating-events-from-effects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ label { display: block; margin-top: 10px; }
568568
569569
</Sandpack>
570570
571-
You can think of Effect Events as being very similar to event handlers. The main difference is that event handlers run in response to a user interactions, whereas Effect Events are triggered by you from Effects. Effect Events let you "break the chain" between the reactivity of Effects and code that should not be reactive.
571+
You can think of Effect Events as being very similar to event handlers. The main difference is that event handlers run in response to user interactions, whereas Effect Events are triggered by you from Effects. Effect Events let you "break the chain" between the reactivity of Effects and code that should not be reactive.
572572
573573
### Reading latest props and state with Effect Events {/*reading-latest-props-and-state-with-effect-events*/}
574574

0 commit comments

Comments
 (0)