mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 08:32:52 +08:00
Update imagepicker.ts
Fix typo
This commit is contained in:
parent
99c4fe06f5
commit
3abdb444bc
@ -27,7 +27,7 @@ export interface ImagePickerOptions {
|
||||
*
|
||||
* @usage
|
||||
* ```js
|
||||
* ImagePiker.getPictures(options).then((results) => {
|
||||
* ImagePicker.getPictures(options).then((results) => {
|
||||
* for (var i = 0; i < results.length; i++) {
|
||||
* console.log('Image URI: ' + results[i]);
|
||||
* }
|
||||
|
Loading…
Reference in New Issue
Block a user