Skip to content

Commit 9e49b00

Browse files
committed
chore: fix typos in changelog
1 parent 6277764 commit 9e49b00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
#### Modified
44

5-
- Update to Rapier 0.22.0-beta.1 which includes a fully reworked narrow-phase tha supports scene queries.
5+
- Update to Rapier 0.22.0-beta.1 which includes a fully reworked broad-phase tha supports scene queries.
66
This implies a performance gain on large scenes by avoiding the need to re-build the underlying acceleration
77
structure at each frame.
88
- Un-deprecate methods for reading shape properties (for example `collider.radius()`). It turned out that these
99
methods are more convenient as they are guaranteed to always be in sync with rapier’s state on wasm.
10-
- Add `collider.translationWrtParent()` and `collider.rotationWrtParent()` to get the collider’s transaltion/rotation
10+
- Add `collider.translationWrtParent()` and `collider.rotationWrtParent()` to get the collider’s translation/rotation
1111
relative to its parent rigid-body.
1212

1313
#### Fix

0 commit comments

Comments
 (0)