From c8de84dfe59e9b02c9d7c41504faae65b5542e69 Mon Sep 17 00:00:00 2001 From: olivier-po Date: Mon, 24 Sep 2018 18:48:14 +0200 Subject: [PATCH] fix(platform): using desktop instead of window --- core/src/components/platform/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/platform/readme.md b/core/src/components/platform/readme.md index 13070b482f..af11135f7a 100644 --- a/core/src/components/platform/readme.md +++ b/core/src/components/platform/readme.md @@ -9,7 +9,7 @@ The Platform service can be used to get information about your current device. Y | Method | Description | |---------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `is` | Returns true/false based on platform. Available options are android, cordova, core, ios, ipad, iphone, mobile, mobileweb, phablet, tablet, windows, electron. | +| `is` | Returns true/false based on platform. Available options are android, cordova, core, ios, ipad, iphone, mobile, mobileweb, phablet, tablet, desktop, electron. | | `platforms` | Returns an array of platforms that the current device matches. | | `versions` | Returns an object that contains the major, minor, and patcher version of the current device. | | `ready` | Returns a promise that resolves when the native bridge is ready in Cordova, or when the DOM is fully loaded in the browser. |