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