From bb321057d2566c32129d10cd98fe7541d3f92c1a Mon Sep 17 00:00:00 2001
From: Wyatt Arent <hello@wyatt.ninja>
Date: Wed, 30 Nov 2016 10:58:22 -0700
Subject: [PATCH] Update camera-preview.ts

Minor typo fix & maintain lowercase convention.
---
 src/plugins/camera-preview.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/camera-preview.ts b/src/plugins/camera-preview.ts
index 14a97e8d..bd38e15f 100644
--- a/src/plugins/camera-preview.ts
+++ b/src/plugins/camera-preview.ts
@@ -40,7 +40,7 @@ export interface CameraPreviewSize {
  *   'front', // default camera
  *   true, // tap to take picture
  *   false, // disable drag
- *   false, // Keep preview in front. Set to false (back of the screen) to apply overlaying elements
+ *   false, // keep preview in front. Set to true (back of the screen) to apply overlaying elements
  *   1 // set the preview alpha
  * );
  *