From accfba8a40ab3fce6e986ccd7223eaebbdd21e63 Mon Sep 17 00:00:00 2001 From: Philip Date: Fri, 2 Nov 2018 17:17:38 +0100 Subject: [PATCH] docs(file): update jsdoc (#2757) * Update index.ts: Fix JSDoc * Update index.ts * Update index.ts --- src/@ionic-native/plugins/file/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/file/index.ts b/src/@ionic-native/plugins/file/index.ts index e673ae157..9d14b38e6 100644 --- a/src/@ionic-native/plugins/file/index.ts +++ b/src/@ionic-native/plugins/file/index.ts @@ -1037,7 +1037,7 @@ export class File extends IonicNativePlugin { * @param {string} path Base FileSystem. Please refer to the iOS and Android filesystem above * @param {string} fileName path relative to base path * @param {string | Blob | ArrayBuffer} text content, blob or ArrayBuffer to write - * @param {IWriteOptions} options replace file if set to true. See WriteOptions for more information. + * @param {IWriteOptions} whether to replace/append to an existing file. See IWriteOptions for more information. * @returns {Promise} Returns a Promise that resolves to updated file entry or rejects with an error. */ @CordovaCheck()