Skip to content

Commit c9e03a3

Browse files
authored
fix basics page (#1112)
1 parent 5346369 commit c9e03a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting_started/basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ So far, we've defined state vars but we haven't shown how to change them. All st
148148
Event handlers are the ONLY way to change state in Reflex.
149149
```
150150

151-
Components have special props called event triggers, such as `on_click`, called event triggers, that can be used to make components interactive. Event triggers connect components to event handlers, which update the state.
151+
Components have special props, such as `on_click`, called event triggers that can be used to make components interactive. Event triggers connect components to event handlers, which update the state.
152152

153153
```python demo exec
154154
class CounterState(rx.State):

0 commit comments

Comments
 (0)