From 665a621cb4471c2f3f478a7a213508a401719cdf Mon Sep 17 00:00:00 2001 From: Will Eastcott Date: Thu, 14 Nov 2024 13:13:42 +0000 Subject: [PATCH] Remove hyphen --- src/framework/components/collision/component.js | 2 +- src/framework/components/rigid-body/component.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/framework/components/collision/component.js b/src/framework/components/collision/component.js index 7ab96288319..dabe02d7b55 100644 --- a/src/framework/components/collision/component.js +++ b/src/framework/components/collision/component.js @@ -59,7 +59,7 @@ class CollisionComponent extends Component { static EVENT_COLLISIONSTART = 'collisionstart'; /** - * Fired when two rigid-bodies stop touching. The handler is passed an {@link Entity} that + * Fired when two rigid bodies stop touching. The handler is passed an {@link Entity} that * represents the other rigid body involved in the collision. * * @event diff --git a/src/framework/components/rigid-body/component.js b/src/framework/components/rigid-body/component.js index 7f8a1dcf80a..091d0ab2cbd 100644 --- a/src/framework/components/rigid-body/component.js +++ b/src/framework/components/rigid-body/component.js @@ -83,7 +83,7 @@ class RigidBodyComponent extends Component { static EVENT_COLLISIONSTART = 'collisionstart'; /** - * Fired when two rigid-bodies stop touching. The handler is passed an {@link Entity} that + * Fired when two rigid bodies stop touching. The handler is passed an {@link Entity} that * represents the other rigid body involved in the collision. * * @event