From 170a84d689e64a2b700f09fc3ffb53eafd6910dd Mon Sep 17 00:00:00 2001 From: Colin Okay <59481711+cbeo@users.noreply.github.com> Date: Thu, 10 Jun 2021 07:21:27 -0500 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e14806..4acd200 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The idea is this: ``` The above recipe is a function of zero arguments. It will be called by -builder functiosn in a special context where a few dynamic varibles +builder functions in a special context where a few dynamic variables are approrpiately assigned. The `page-with-main-layout` is a template defined like so: @@ -41,7 +41,7 @@ The `page-with-main-layout` is a template defined like so: ``` -Notice that the template is defined to accept a single argument `content-view`. +Notice that the template is defined to accept a functional argument called `content-view`. When we called `page-with-main-layout` in our recipe above, we passed `index-page-content` as the `content-view` argument. This is just a function that prints to the spinneret html stream. -- cgit v1.2.3