docs(file-picker): change plugin name

fixes: #2413
This commit is contained in:
Daniel Sogl 2018-03-22 12:12:52 +01:00 committed by GitHub
parent 0e68bd91f2
commit 8b8ccfbdc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.