From 1e6e350f7f4a4093c4d1bfe0f3fb411e492c7d37 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Thu, 2 Jan 2020 01:57:26 +0000 Subject: [PATCH] Typo fix --- src/physics/matter-js/MatterPhysics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/physics/matter-js/MatterPhysics.js b/src/physics/matter-js/MatterPhysics.js index fab52b58f..7277f72ea 100644 --- a/src/physics/matter-js/MatterPhysics.js +++ b/src/physics/matter-js/MatterPhysics.js @@ -1018,7 +1018,7 @@ var MatterPhysics = new Class({ * @method Phaser.Physics.Matter.MatterPhysics#getMatterBodies * @since 3.22.0 * - * @param {array} [bodies] - An array of objects to extract the bodies from. If falsey, it will return all bodis in the world. + * @param {array} [bodies] - An array of objects to extract the bodies from. If falsey, it will return all bodies in the world. * * @return {MatterJS.Body[]} An array of native Matter Body objects. */