From 16ff420bfa845accb4a4c78d93832dbc81938390 Mon Sep 17 00:00:00 2001 From: Lukas Heddendorp Date: Thu, 9 Mar 2017 10:43:00 +0100 Subject: [PATCH] Update File path plugin docs (#1153) Fix demo code --- src/plugins/filepath.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/filepath.ts b/src/plugins/filepath.ts index b4a611499..114afa5ef 100644 --- a/src/plugins/filepath.ts +++ b/src/plugins/filepath.ts @@ -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)); * * ``` */