summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2018-03-12 14:17:30 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2018-03-12 14:17:30 -0400
commit26697fac847879afba426aef7105111e8925bd7d (patch)
tree44a03e3a596bfe4c42ecd24af6a74c8c8567fbf3
parent912bcc7986ae08839009290bb4aea586cbfebf15 (diff)
Fix missing word on Haunt project page.
-rw-r--r--haunt.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/haunt.scm b/haunt.scm
index 425df2a..589a3a9 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -466,10 +466,10 @@ rendering."))
written in Guile Scheme that gives authors the ability to treat
websites as programs.")
(p "Haunt isn't your average static site generator. Its mission
-is to give authors the full expressive power of Scheme to define every
-aspect of their websites are generated. Haunt uses a simple,
-functional build system that allows any type of web page to be built
-by writing procedures that return page objects.")
+is to give authors the full expressive power of Scheme to determine
+how every aspect of their websites are generated. Haunt uses a
+simple, functional build system that allows any type of web page to be
+built by writing procedures that return page objects.")
(p "Haunt has no opinion about what markup language authors
should use to write posts. Just write the relevant reader procedure
and Haunt will happily work with that format. Likewise, Haunt has no