diff --git a/src/plugins/camera.ts b/src/plugins/camera.ts index dcca08ab9..fd7e4d898 100644 --- a/src/plugins/camera.ts +++ b/src/plugins/camera.ts @@ -56,8 +56,8 @@ export interface CameraOptions { /** * Choose the camera to use (front- or back-facing). * Defined in Camera.Direction. Default is BACK. - * FRONT: 0 - * BACK: 1 + * BACK: 0 + * FRONT: 1 */ cameraDirection?: number; /** iOS-only options that specify popover location in iPad. Defined in CameraPopoverOptions. */