Skip to content

Commit 2010b06

Browse files
Fix typo (#1686)
Corrected the indentation for improved readability.
1 parent 9d97a3c commit 2010b06

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)