Skip to content

Commit 55690b4

Browse files
docs(camera): Fix typo (#2420)
1 parent c0151b2 commit 55690b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

camera/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ with the camera.
143143
pickImages(options: GalleryImageOptions) => Promise<GalleryPhotos>
144144
```
145145

146-
Allows the user to pick multiplef pictures from the photo gallery.
146+
Allows the user to pick multiple pictures from the photo gallery.
147147

148148
| Param | Type |
149149
| ------------- | ------------------------------------------------------------------- |

camera/src/definitions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export interface CameraPlugin {
2323
getPhoto(options: ImageOptions): Promise<Photo>;
2424

2525
/**
26-
* Allows the user to pick multiplef pictures from the photo gallery.
26+
* Allows the user to pick multiple pictures from the photo gallery.
2727
*
2828
* @since 1.2.0
2929
*/

0 commit comments

Comments
 (0)