docs(camera): fix small typo

docs(camera): fix small typo
This commit is contained in:
Daniel Sogl
2018-04-05 22:03:51 +02:00
committed by GitHub

View File

@@ -126,7 +126,7 @@ export enum Direction {
* @description
* Take a photo or capture video.
*
* Requires and the Cordova plugin: `cordova-plugin-camera`. For more info, please see the [Cordova Camera Plugin Docs](https://github.com/apache/cordova-plugin-camera).
* Requires the Cordova plugin: `cordova-plugin-camera`. For more info, please see the [Cordova Camera Plugin Docs](https://github.com/apache/cordova-plugin-camera).
*
* @usage
* ```typescript