Skip to content

Commit 30af712

Browse files
committed
Update phaser.d.ts
Fix typo StageScaleMode.pageAlignVeritcally
1 parent 5e182d3 commit 30af712

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/phaser.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ declare module Phaser {
891891
forcePortrait: boolean;
892892
incorrectOrientation: boolean;
893893
pageAlignHorizontally: boolean;
894-
pageAlignVeritcally: boolean;
894+
pageAlignVertically: boolean;
895895
minWidth: number;
896896
maxWidth: number;
897897
minHeight: number;

0 commit comments

Comments
 (0)