Update camera-preview.ts

Minor typo fix & maintain lowercase convention.
This commit is contained in:
Wyatt Arent 2016-11-30 10:58:22 -07:00 committed by GitHub
parent 853f425383
commit bb321057d2

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