From 8b8ccfbdc359714ea80d5a7f8df32c2241465c4b Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Thu, 22 Mar 2018 12:12:52 +0100 Subject: [PATCH] docs(file-picker): change plugin name fixes: #2413 --- src/@ionic-native/plugins/file-picker/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/file-picker/index.ts b/src/@ionic-native/plugins/file-picker/index.ts index 9ce195b7..311f764b 100644 --- a/src/@ionic-native/plugins/file-picker/index.ts +++ b/src/@ionic-native/plugins/file-picker/index.ts @@ -2,7 +2,7 @@ import { Injectable } from '@angular/core'; import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core'; /** - * @name File Chooser + * @name iOS File Picker * @description * * Opens the file picker on iOS for the user to select a file, returns a file URI.