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