docs(camera-preview): correct option doc

Update camera-preview.ts
This commit is contained in:
Alex Muramoto 2016-12-01 09:53:13 -06:00 committed by GitHub
commit 82e7bd65a6

View File

@ -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
* );
*