Skip to content

Commit

Permalink
Remove hyphen
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Nov 14, 2024
1 parent aaad103 commit 665a621
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/framework/components/collision/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/framework/components/rigid-body/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 665a621

Please sign in to comment.