diff --git a/types/phaser.d.ts b/types/phaser.d.ts index 1df3c056f..b416946fc 100644 --- a/types/phaser.d.ts +++ b/types/phaser.d.ts @@ -75729,7 +75729,7 @@ declare namespace Phaser { /** * An array containing all of the active contacts between bodies A and B. */ - activeContacts: MatterJS.Vector[]; + contacts: MatterJS.Vector[]; /** * The amount of separation that occurred between bodies A and B. */