summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '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.