You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/events/events_overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,6 @@ Whenever the user hovers over the heading, the `next_word` **event handler** wil
47
47
48
48
Adding the `@rx.event` decorator above the event handler is strongly recommended. This decorator enables proper static type checking, which ensures event handlers receive the correct number and types of arguments.
49
49
50
-
# What in this section?
50
+
# What's in this section?
51
51
52
52
In the event section of the documentation, you will explore the different types of events supported by Reflex, along with the different ways to call them.
0 commit comments