From e25734ff2512691f1bf12008415a14df05ae3179 Mon Sep 17 00:00:00 2001 From: asunwoo98 <45576715+asunwoo98@users.noreply.github.com> Date: Mon, 6 May 2019 16:09:50 -0400 Subject: [PATCH] typo fix in createVariable documentation in variable.js (#2443) --- core/variables.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/variables.js b/core/variables.js index 4b7e0669e..9255cd432 100644 --- a/core/variables.js +++ b/core/variables.js @@ -267,7 +267,7 @@ Blockly.Variables.generateUniqueName = function(workspace) { /** * Handles "Create Variable" button in the default variables toolbox category. - * It will prompt the user for a varibale name, including re-prompts if a name + * It will prompt the user for a variable name, including re-prompts if a name * is already in use among the workspace's variables. * * Custom button handlers can delegate to this function, allowing variables