From 30af712d6add370a9e768bb0c3caf15c17f1f4d5 Mon Sep 17 00:00:00 2001 From: qdrj Date: Fri, 31 Jan 2014 07:32:17 -0800 Subject: [PATCH] Update phaser.d.ts Fix typo StageScaleMode.pageAlignVeritcally --- build/phaser.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/phaser.d.ts b/build/phaser.d.ts index 425c820c..e534f5d3 100644 --- a/build/phaser.d.ts +++ b/build/phaser.d.ts @@ -891,7 +891,7 @@ declare module Phaser { forcePortrait: boolean; incorrectOrientation: boolean; pageAlignHorizontally: boolean; - pageAlignVeritcally: boolean; + pageAlignVertically: boolean; minWidth: number; maxWidth: number; minHeight: number;