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.
This commit is contained in:
Thomas Denney 2016-07-19 09:25:48 +01:00
parent 534e3723d2
commit bb97b57b01
1 changed files with 1 additions and 1 deletions

View File

@ -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"