Bladeren bron

Fix misprint (#296)

Kharkunov Eugene 2 jaren geleden
bovenliggende
commit
4c2a992dff
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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)`