mirror of
https://github.com/google/blockly.git
synced 2026-01-18 14:27:12 +01:00
typo fix in createVariable documentation in variable.js (#2443)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user