Skip to content

Commit 1e6e350

Browse files
committed
Typo fix
1 parent 7fdcfd5 commit 1e6e350

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/physics/matter-js/MatterPhysics.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ var MatterPhysics = new Class({
10181018
* @method Phaser.Physics.Matter.MatterPhysics#getMatterBodies
10191019
* @since 3.22.0
10201020
*
1021-
* @param {array} [bodies] - An array of objects to extract the bodies from. If falsey, it will return all bodis in the world.
1021+
* @param {array} [bodies] - An array of objects to extract the bodies from. If falsey, it will return all bodies in the world.
10221022
*
10231023
* @return {MatterJS.Body[]} An array of native Matter Body objects.
10241024
*/

0 commit comments

Comments
 (0)