We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 646983d commit dfde2b8Copy full SHA for dfde2b8
hyperdiv_docs/pages/guide/modular_apps.py
@@ -7,7 +7,7 @@
7
@router.route("/guide/modular-apps")
8
def modular_apps():
9
with page() as p:
10
- p.title("# Buiding Modular Apps")
+ p.title("# Building Modular Apps")
11
12
docs_markdown(
13
"""
hyperdiv_docs/pages/guide/tasks.py
@@ -137,7 +137,7 @@ def slow_function(state):
137
138
139
The previous example shows how to run a one-time task in
140
- repose to an event, in this case `clicked`.
+ response to an event, in this case `clicked`.
141
142
Another core use of task is for slow reads. For example,
143
running a heavy database query:
0 commit comments