diff --git a/docs/components/obb-collider.md b/docs/components/obb-collider.md index e6f1c8c921b..e6dd8ef22fc 100644 --- a/docs/components/obb-collider.md +++ b/docs/components/obb-collider.md @@ -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