Fixed "Sratch" to become "Scratch" on line 44

This commit is contained in:
Peter Kappus 2018-07-21 18:26:06 +01:00 committed by Bjørn Erik Pedersen
parent a28255bf32
commit 971c46bb29

View File

@ -39,7 +39,7 @@ $scratch := newScratch
$scratch.Set "greeting" "Hello"
```
A `Scratch` is also added to both `Page` and `Shortcode`. `Sratch` have the following methods:
A `Scratch` is also added to both `Page` and `Shortcode`. `Scratch` has the following methods:
#### .Set