From 971c46bb295e841ce764c3dc59821e8dc823d03b Mon Sep 17 00:00:00 2001 From: Peter Kappus Date: Sat, 21 Jul 2018 18:26:06 +0100 Subject: [PATCH] Fixed "Sratch" to become "Scratch" on line 44 --- content/en/functions/scratch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/functions/scratch.md b/content/en/functions/scratch.md index 2282eff1d..4720b18bc 100644 --- a/content/en/functions/scratch.md +++ b/content/en/functions/scratch.md @@ -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