Skip to content

Commit dfde2b8

Browse files
authored
fixing a couple very minor spelling errors (#5)
Fix minor spelling errors.
1 parent 646983d commit dfde2b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hyperdiv_docs/pages/guide/modular_apps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
@router.route("/guide/modular-apps")
88
def modular_apps():
99
with page() as p:
10-
p.title("# Buiding Modular Apps")
10+
p.title("# Building Modular Apps")
1111

1212
docs_markdown(
1313
"""

hyperdiv_docs/pages/guide/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def slow_function(state):
137137
"""
138138
139139
The previous example shows how to run a one-time task in
140-
repose to an event, in this case `clicked`.
140+
response to an event, in this case `clicked`.
141141
142142
Another core use of task is for slow reads. For example,
143143
running a heavy database query:

0 commit comments

Comments
 (0)