From 1228606e874f6bffb55c1cd380b330ed1ddad508 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Wed, 3 Feb 2021 16:17:37 +0100 Subject: [PATCH] Tweak wording about script level variables (#16399) --- source/_docs/scripts.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/scripts.markdown b/source/_docs/scripts.markdown index 8e62ebaf794..11d25da7caa 100644 --- a/source/_docs/scripts.markdown +++ b/source/_docs/scripts.markdown @@ -62,7 +62,7 @@ Scripts may also use a shortcut syntax for activating scenes instead of calling ## Variables -The variables command allows you to set/override variables that will be accessible by templates in actions after it (see also [script variables] for how to define locally available variables). +The variables command allows you to set/override variables that will be accessible by templates in actions after it. See also [script variables] for how to define variables accessible in the entire script. {% raw %}