From e4f198ae424fe7eae05a5781828051817da302b2 Mon Sep 17 00:00:00 2001 From: Daniel Salvagni Date: Fri, 26 Aug 2016 06:14:32 -0300 Subject: [PATCH] docs(screen-orientation): fixes the advanced table info (#481) --- src/plugins/screen-orientation.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/plugins/screen-orientation.ts b/src/plugins/screen-orientation.ts index 9a3d12b1..f5c4d446 100644 --- a/src/plugins/screen-orientation.ts +++ b/src/plugins/screen-orientation.ts @@ -23,7 +23,9 @@ declare var window; * ``` * * @advanced + * * Accepted orientation values: + * * | Value | Description | * |-------------------------------|------------------------------------------------------------------------------| * | portrait-primary | The orientation is in the primary portrait mode. | @@ -45,7 +47,7 @@ export class ScreenOrientation { /** * Lock the orientation to the passed value. * See below for accepted values - * @param {orientation} The orientation which should be locked. Accepted values see table above. + * @param {orientation} The orientation which should be locked. Accepted values see table below. */ @Cordova({ sync: true }) static lockOrientation(orientation: string): void { }