diff --git a/blocks/lists.js b/blocks/lists.js index 80a551768..011b4364f 100644 --- a/blocks/lists.js +++ b/blocks/lists.js @@ -696,7 +696,7 @@ Blockly.Blocks['lists_getSublist'] = { }, /** * Create or delete an input for a numeric index. - * This block has two such inputs, independant of each other. + * This block has two such inputs, independent of each other. * @param {number} n Specify first or second input (1 or 2). * @param {boolean} isAt True if the input should exist. * @private