mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
Update imagepicker.ts
Fix typo
This commit is contained in:
@@ -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]);
|
||||
* }
|
||||
|
||||
Reference in New Issue
Block a user