From 1ab0d2f9154ca40c16327991c2f99623868e1ca7 Mon Sep 17 00:00:00 2001 From: Andrew Cole Date: Wed, 5 Oct 2016 17:33:31 -0700 Subject: [PATCH] Changed confusing sentence structure. (#644) Reading the document on which destination type, without commas leads to confusing behaviour. --- src/plugins/camera.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/camera.ts b/src/plugins/camera.ts index 41b5bd6d1..9257f6987 100644 --- a/src/plugins/camera.ts +++ b/src/plugins/camera.ts @@ -7,8 +7,8 @@ export interface CameraOptions { /** * Choose the format of the return value. * Defined in navigator.camera.DestinationType. Default is FILE_URI. - * DATA_URL : 0, Return image as base64-encoded string - * FILE_URI : 1, Return image file URI + * DATA_URL : 0, Return image as base64-encoded string, + * FILE_URI : 1, Return image file URI, * NATIVE_URI : 2 Return image native URI * (e.g., assets-library:// on iOS or content:// on Android) */