From 371245a261591e1d422dee34d057a52c813b8b24 Mon Sep 17 00:00:00 2001 From: Greg Stevenson Date: Sun, 27 Aug 2017 20:33:39 +0100 Subject: [PATCH] Typo fix on scripts page (#3265) --- source/_docs/scripts/editor.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/scripts/editor.markdown b/source/_docs/scripts/editor.markdown index e5cc30c2272..a69ae296923 100644 --- a/source/_docs/scripts/editor.markdown +++ b/source/_docs/scripts/editor.markdown @@ -25,4 +25,4 @@ The script editor reads and writes to the file `scripts.yaml` in your [configura script: !include scripts.yaml ``` -The conten that was under `script:` should now be moved to `scripts.yaml` to be editable. +The content that was under `script:` should now be moved to `scripts.yaml` to be editable.