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 tháng trước cách đây
mục cha
commit
52514b1dfe
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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