From d2bd2e1600146bc15b0728874b1106ddc9c41c47 Mon Sep 17 00:00:00 2001 From: Nicolas Challeil Date: Wed, 2 Oct 2013 09:46:42 +0200 Subject: [PATCH] fix typo small contribution is small :) --- src/system/Device.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/Device.js b/src/system/Device.js index dfee32d8..f6748636 100644 --- a/src/system/Device.js +++ b/src/system/Device.js @@ -57,7 +57,7 @@ Phaser.Device = function () { this.linux = false; /** - * @property {boolean} maxOS - Is running on maxOS? + * @property {boolean} macOS - Is running on macOS? * @default */ this.macOS = false;