diff options
author | Dan Frumin <dfrumin@cs.ru.nl> | 2019-06-20 16:11:27 +0200 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2019-06-28 08:36:41 -0400 |
commit | e4d7e9b6059bbec25471e7ea08754f2cf9ae20fe (patch) | |
tree | 5eb2ee7b1ce69ec54934225e43837dd47325ea45 | |
parent | d92411f7c1b6dafdd2de028aac24792c7c0ae178 (diff) |
doc: Fix typo in "Builders" section.
* doc/haunt.texi: Fix typo.
-rw-r--r-- | doc/haunt.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/haunt.texi b/doc/haunt.texi index 0718843..c5207af 100644 --- a/doc/haunt.texi +++ b/doc/haunt.texi @@ -803,7 +803,7 @@ files in @var{directory} that match @var{keep?}, recursively. Builders are procedures that return one or more page objects (@pxref{Pages}) when applied. A builder accepts two arguments: A site -(@pxref{Sites} and a list of posts (@pxref{Posts}). +(@pxref{Sites}) and a list of posts (@pxref{Posts}). Haunt comes with a few convenient builders to help users who want to create a simple blog with an Atom feed. |