Browse Source

Fix typo in physics-messages.md (#548)

Fixed a typo in the first sentence and made the brief and first sentence consistent.
Matt Van Der Westhuizen 3 months ago
parent
commit
52514b1dfe
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/en/manuals/physics-messages.md

+ 2 - 2
docs/en/manuals/physics-messages.md

@@ -1,11 +1,11 @@
 ---
 title: Collision messages in Defold
-brief: When two objects collide, the engine may call the event listener or broad cast messages.
+brief: When two objects collide, the engine will call the event callback or broadcast messages.
 ---
 
 # Collision messages
 
-When two objects collide, the engine will may send an event to the event callback, or broadcast messages to both objects.
+When two objects collide, the engine will send an event to the event callback or broadcast messages to both objects.
 
 ## Event filtering