docs(file): fix example

docs(file): fix example
This commit is contained in:
Andy 2018-05-09 18:11:55 +02:00 committed by Daniel Sogl
parent 41a4a43c0c
commit 37ef2fc93f

View File

@ -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'));
* *
* ``` * ```
* *