summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <59481711+cbeo@users.noreply.github.com>2021-06-10 07:21:27 -0500
committerGitHub <noreply@github.com>2021-06-10 07:21:27 -0500
commit170a84d689e64a2b700f09fc3ffb53eafd6910dd (patch)
tree0ac170917e297fb8c0fc689bbef223639c04daf7
parent0b3222e8c9745299b3deba4378d056e33e134468 (diff)
Update README.md
-rw-r--r--README.md4
1 files 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.