Skip to content

Commit 3c7ace2

Browse files
Fix typo
Corrected the indentation for improved readability.
1 parent 9d97a3c commit 3c7ace2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/state_structure/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class IndexState(rx.State):
3030

3131
@rx.page()
3232
def index():
33-
return rx.box(rx.text(IndexState.data)
33+
return rx.box(rx.text(IndexState.data))
3434

3535
# signup.py
3636
import reflex as rx

0 commit comments

Comments
 (0)