Update File path plugin docs (#1153)

Fix demo code
This commit is contained in:
Lukas Heddendorp 2017-03-09 10:43:00 +01:00 committed by Ibby Hadeed
parent 0009cbf3a0
commit 16ff420bfa

View File

@ -13,8 +13,8 @@ declare var window: any;
* import {FilePath} from 'ionic-native';
*
* FilePath.resolveNativePath(path)
* .then(filePath => console.log(filePath);
* .catch(err => console.log(err);
* .then(filePath => console.log(filePath))
* .catch(err => console.log(err));
*
* ```
*/