From bb97b57b016f3b3233bee3fc15771c6388da30b5 Mon Sep 17 00:00:00 2001 From: Thomas Denney Date: Tue, 19 Jul 2016 09:25:48 +0100 Subject: [PATCH] Correct typo in string documentation Note that currently you can't follow through with these instructions because string literals aren't supported, and there isn't support for converting the JS in this doc. --- docs/reference/types/string.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/types/string.md b/docs/reference/types/string.md index 783aac54..ec2635ab 100644 --- a/docs/reference/types/string.md +++ b/docs/reference/types/string.md @@ -14,7 +14,7 @@ salutation = "Hello"; To create a variable that holds a string: -1. Click `Variables` (as the Block drawer). +1. Click `Variables` (in the Block drawer). 2. Type a name for your new string variable by clicking the down arrow, then click New Variable. Then type the variable name "salutation"