mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
Update file-chooser.ts (#1071)
Removed semicolon after .then() in usage instructions
This commit is contained in:
parent
439cceea23
commit
c7a888e2de
@ -11,7 +11,7 @@ import { Plugin, Cordova } from './plugin';
|
||||
* import {FileChooser} from 'ionic-native';
|
||||
*
|
||||
* FileChooser.open()
|
||||
* .then(uri => console.log(uri));
|
||||
* .then(uri => console.log(uri))
|
||||
* .catch(e => console.log(e));
|
||||
*
|
||||
* ```
|
||||
|
Loading…
Reference in New Issue
Block a user