Skip to content

Commit

Permalink
Fix docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarcos committed Nov 2, 2023
1 parent 00c633b commit c01c29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/obb-collider.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ examples: []

Collision system using Oriented Bounding Boxes based on [`THREE.OBB`][obb].

It checks collision accross all entities with the abb-collider component. It emits events when bounding boxes start and stop intersecting.
It checks collision accross all entities with the obb-collider component. It emits events when bounding boxes start and stop intersecting.

## Example

Expand Down

0 comments on commit c01c29b

Please sign in to comment.