From 8b6f7a0010a0184a3256fccbaa4679f704f0f4ec Mon Sep 17 00:00:00 2001 From: Christos Tranoris Date: Wed, 20 Dec 2023 14:42:29 +0200 Subject: [PATCH] typo --- src/assets/blockly/custom_blocks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/blockly/custom_blocks.js b/src/assets/blockly/custom_blocks.js index 14cddac..7a1a00b 100644 --- a/src/assets/blockly/custom_blocks.js +++ b/src/assets/blockly/custom_blocks.js @@ -1425,7 +1425,7 @@ Blockly.Blocks['example_variable_typed'] = { this.setInputsInline( true ); this.setOutput(true, 'String'); this.setColour(colourtexts); - this.setTooltip("Set values to characteristics of a refernced service."); + this.setTooltip("Set values to characteristics of a referenced service."); this.setHelpUrl(""); }, -- GitLab