mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 00:12:53 +08:00
docs(file): fix example
docs(file): fix example
This commit is contained in:
parent
41a4a43c0c
commit
37ef2fc93f
@ -654,7 +654,7 @@ declare const window: Window;
|
||||
*
|
||||
* ...
|
||||
*
|
||||
* this.file.checkDir(this.file.dataDirectory, 'mydir').then(_ => console.log('Directory exists')).catch(err => console.log('Directory doesn't exist'));
|
||||
* this.file.checkDir(this.file.dataDirectory, 'mydir').then(_ => console.log('Directory exists')).catch(err => console.log('Directory doesn\'t exist'));
|
||||
*
|
||||
* ```
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user