You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2012/04/06 10:09:20 UTC

docs commit: Fixed CB-249 - Typos in Camera options

Updated Branches:
  refs/heads/master a4166cb86 -> 962a3caa7


Fixed CB-249 - Typos in Camera options


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/962a3caa
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/962a3caa
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/962a3caa

Branch: refs/heads/master
Commit: 962a3caa77ca6c506fc3776092bfaf1c301aaadc
Parents: a4166cb
Author: Shazron Abdullah <sh...@gmail.com>
Authored: Fri Apr 6 01:08:54 2012 -0700
Committer: Shazron Abdullah <sh...@gmail.com>
Committed: Fri Apr 6 01:08:54 2012 -0700

----------------------------------------------------------------------
 .../edge/cordova/camera/parameter/cameraOptions.md |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/962a3caa/docs/en/edge/cordova/camera/parameter/cameraOptions.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/camera/parameter/cameraOptions.md b/docs/en/edge/cordova/camera/parameter/cameraOptions.md
index 9e0afdb..6411288 100644
--- a/docs/en/edge/cordova/camera/parameter/cameraOptions.md
+++ b/docs/en/edge/cordova/camera/parameter/cameraOptions.md
@@ -33,7 +33,7 @@ Options
 
 - __allowEdit:__ Allow simple editing of image before selection. (`Boolean`)
   
-- __EncodingType:__ Choose the encoding of the returned image file.  Defined in navigator.camera.EncodingType (`Number`)
+- __encodingType:__ Choose the encoding of the returned image file.  Defined in navigator.camera.EncodingType (`Number`)
         
             Camera.EncodingType = {
                 JPEG : 0,               // Return JPEG encoded image
@@ -43,7 +43,7 @@ Options
 - __targetWidth:__ Width in pixels to scale image. Must be used with targetHeight.  Aspect ratio is maintained. (`Number`)
 - __targetHeight:__ Height in pixels to scale image. Must be used with targetWidth. Aspect ratio is maintained. (`Number`)
 
-- __MediaType:__ Set the type of media to select from.  Only works when PictureSourceType is PHOTOLIBRARY or SAVEDPHOTOALBUM. Defined in nagivator.camera.MediaType (`Number`)
+- __mediaType:__ Set the type of media to select from.  Only works when PictureSourceType is PHOTOLIBRARY or SAVEDPHOTOALBUM. Defined in nagivator.camera.MediaType (`Number`)
      
         Camera.MediaType = { 
 			PICTURE: 0,             // allow selection of still pictures only. DEFAULT. Will return format specified via DestinationType