Skip to content

Commit 56cdddf

Browse files
authored
Update events-and-callbacks.md
1 parent 9194ede commit 56cdddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/client-dsl/events-and-callbacks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Besides the UI there are several other sources of events:
145145
+ Web Workers
146146

147147
The way you receive events from these sources depends on the event. Typically though the method will either take a block, or callback proc, or in many cases will return a Promise.
148-
Regardless the event handler will do one of three things: mutate some state within the component, fire an event to a higher level component, or update some shared store.
148+
Regardless, the event handler will do one of three things: mutate some state within the component, fire an event to a higher level component, or update some shared store.
149149

150150
> For details on updating shared stores, which is often the best answer **[see the chapter on HyperState...](../hyper-state/README.md)**
151151

0 commit comments

Comments
 (0)