aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2024-05-11 13:13:45 -0700
committercolin <colin@cicadas.surf>2024-05-11 13:13:45 -0700
commit87c07809ff851c3690e07093e5879d38f240d479 (patch)
tree6e927b03974d3256e4cf8ab3d11be13983a7769b /README.org
parentc5381db3dc08f8d9402fb3efdd08869d005155c0 (diff)
Fix: typo in readme
Diffstat (limited to 'README.org')
-rw-r--r--README.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.org b/README.org
index ee2b08a..940f192 100644
--- a/README.org
+++ b/README.org
@@ -13,9 +13,9 @@ builds a new one.
Instance slots of an ~endpoint~ class hold data necessary to process
the request. If a slot is defined with an ~:initarg~, then that slot's
-value is meant to be supplied by the HTTP request, be through embedded
-"route variables", query parameters, or fields in a structured request
-body.
+value is meant to be supplied by the HTTP request, either from
+embedded "route variables", query parameters, or fields in a
+structured request body.
Any slot defined without an ~:initarg~ is meant to have its
value supplied by some stage in the handler protocol.