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) */