From f289a6bbb634d3b4366108b113d77d227d107c9b Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Mon, 3 Jul 2017 23:28:28 +0200 Subject: [PATCH] docs(screen-orientation): fix description (#1743) by removing outdated sentence and info --- src/@ionic-native/plugins/screen-orientation/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/@ionic-native/plugins/screen-orientation/index.ts b/src/@ionic-native/plugins/screen-orientation/index.ts index b160318ac..5800d9727 100644 --- a/src/@ionic-native/plugins/screen-orientation/index.ts +++ b/src/@ionic-native/plugins/screen-orientation/index.ts @@ -5,8 +5,7 @@ import { Observable } from 'rxjs/Observable'; /** * @name Screen Orientation * @description - * Cordova plugin to set/lock the screen orientation in a common way for iOS, Android, WP8 and Blackberry 10. - * This plugin is based on an early version of Screen Orientation API so the api does not currently match the current spec. + * Cordova plugin to set/lock the screen orientation in a common way. * * Requires Cordova plugin: `cordova-plugin-screen-orientation`. For more info, please see the [Screen Orientation plugin docs](https://github.com/apache/cordova-plugin-screen-orientation). *