From 84f5afd0e30e9121378f8946ce771b957538711c Mon Sep 17 00:00:00 2001 From: Neil Fraser Date: Thu, 25 Jul 2019 11:18:31 -0700 Subject: [PATCH] Typo: enutral -> neutral --- core/field_dropdown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/field_dropdown.js b/core/field_dropdown.js index 651c18952..a9a5879bd 100644 --- a/core/field_dropdown.js +++ b/core/field_dropdown.js @@ -416,7 +416,7 @@ Blockly.FieldDropdown.prototype.doClassValidation_ = function(newValue) { /** * Update the value of this dropdown field. - * @param {string} newValue The new language-enutral value. + * @param {string} newValue The new language-neutral value. * @protected */ Blockly.FieldDropdown.prototype.doValueUpdate_ = function(newValue) {