aboutsummaryrefslogtreecommitdiff
path: root/lazybones.lisp
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2020-11-21 21:43:31 -0600
committerColin Okay <okay@toyful.space>2020-11-21 21:43:31 -0600
commitf1ce4044846296af606a349f47064b4e47691bf0 (patch)
treeda11c1354255590250646f50b9706e929a4558fd /lazybones.lisp
parent442ffcc8637dc92e8a132c1e02b8f00923aeed01 (diff)
added readme
Diffstat (limited to 'lazybones.lisp')
-rw-r--r--lazybones.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lazybones.lisp b/lazybones.lisp
index f7b2235..be20847 100644
--- a/lazybones.lisp
+++ b/lazybones.lisp
@@ -132,7 +132,7 @@ E.G. Consider the form
(http-ok \"text/plain\" \"OK\")
-Outsidef of a DEFROUTE this returns the list
+Outside of a DEFROUTE this returns the list
(200 (:CONTENT-TYPE \"text/plain\" :CONTENT-LENGTH 2) (\"OK\"))