diff --git a/ionic/platform/platform.ts b/ionic/platform/platform.ts index 119bae2fcd..245cd35574 100644 --- a/ionic/platform/platform.ts +++ b/ionic/platform/platform.ts @@ -152,9 +152,7 @@ export class Platform { * } * ``` * - * @param {string} [platformName] optional platformName - * @returns {object} An object with various platform info - * + * @returns {object} An object containing all of the platforms and their versions. */ versions(): {[name: string]: PlatformVersion} { // get all the platforms that have a valid parsed version