We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 259ce4a + 8972b7d commit 4c66816Copy full SHA for 4c66816
blockly/msg/blocks/en.js
@@ -3,4 +3,4 @@ Blockly.Msg.WEBDUINO_LORA_SEND_STRING = "Send string";
3
Blockly.Msg.WEBDUINO_LORA_SUCCESS_CALLBACK = "After successed, do";
4
Blockly.Msg.WEBDUINO_LORA_FAIL_CALLBACK = "After failed, do";
5
Blockly.Msg.WEBDUINO_LORA_RECEIVE_CALLBACK = "After receiving string, do";
6
-Blockly.Msg.WEBDUINO_LORA_RECEIVED_STRING = "Redeived string";
+Blockly.Msg.WEBDUINO_LORA_RECEIVED_STRING = "Received string";
0 commit comments