Kharkunov Eugene hace 2 años
padre
commit
4c2a992dff
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/en/manuals/message-passing.md

+ 1 - 1
docs/en/manuals/message-passing.md

@@ -158,7 +158,7 @@ Defold provides two handy shorthands that you can use to send message without sp
 
 ## Receiving messages
 
-Reciving messages is a matter of making sure the target script component contains a function named `on_message()`. The function accepts four parameters:
+Receiving messages is a matter of making sure the target script component contains a function named `on_message()`. The function accepts four parameters:
 
 `function on_message(self, message_id, message, sender)`