docs(camera): adjust content type (#4330)

This commit is contained in:
Clément Prod'homme 2022-10-09 16:37:32 +02:00 committed by GitHub
parent c3a01431ce
commit 406ad4ec45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,10 +132,10 @@ export enum Direction {
* [Warning] Since IOS 10 the camera requires permissions to be placed in your config.xml add * [Warning] Since IOS 10 the camera requires permissions to be placed in your config.xml add
* ```xml * ```xml
* <config-file parent="NSCameraUsageDescription" platform="ios" target="*-Info.plist"> * <config-file parent="NSCameraUsageDescription" platform="ios" target="*-Info.plist">
* <string>You can take photos</string> * <string>You can take photos</string>
* </config-file> * </config-file>
* ``` * ```
* inside of the <platform name='ios> section * inside of the `<platform name='ios>` section
* @usage * @usage
* ```typescript * ```typescript
* import { Camera, CameraOptions } from '@awesome-cordova-plugins/camera/ngx'; * import { Camera, CameraOptions } from '@awesome-cordova-plugins/camera/ngx';