Skip to content

Commit 8972b7d

Browse files
committed
Fix typo
1 parent 2c2d596 commit 8972b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blockly/msg/blocks/en.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Blockly.Msg.WEBDUINO_LORA_SEND_STRING = "Send string";
33
Blockly.Msg.WEBDUINO_LORA_SUCCESS_CALLBACK = "After successed, do";
44
Blockly.Msg.WEBDUINO_LORA_FAIL_CALLBACK = "After failed, do";
55
Blockly.Msg.WEBDUINO_LORA_RECEIVE_CALLBACK = "After receiving string, do";
6-
Blockly.Msg.WEBDUINO_LORA_RECEIVED_STRING = "Redeived string";
6+
Blockly.Msg.WEBDUINO_LORA_RECEIVED_STRING = "Received string";

0 commit comments

Comments
 (0)