diff --git a/src/plugins/camera.ts b/src/plugins/camera.ts index fd7e4d898..ee9f654e7 100644 --- a/src/plugins/camera.ts +++ b/src/plugins/camera.ts @@ -192,7 +192,7 @@ export class Camera { /** * Take a picture or video, or load one from the library. - * @param {CameraOptions?} options Options that you want to pass to the camera. Encoding type, quality, etc. Optional + * @param {CameraOptions?} options optional. Options that you want to pass to the camera. Encoding type, quality, etc. Platform-specific quirks are described in the [Cordova plugin docs](https://github.com/apache/cordova-plugin-camera#cameraoptions-errata-). * @returns {Promise} Returns a Promise that resolves with Base64 encoding of the image data, or the image file URI, depending on cameraOptions, otherwise rejects with an error. */ @Cordova({