From d92cbf51493f0aa15745d2f9545cba2372eecec3 Mon Sep 17 00:00:00 2001 From: Louis Chemineau Date: Mon, 10 Jan 2022 14:06:28 +0100 Subject: Typing corrections Signed-off-by: Louis Chemineau --- apps/federatedfilesharing/js/external.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/federatedfilesharing/js/external.js') diff --git a/apps/federatedfilesharing/js/external.js b/apps/federatedfilesharing/js/external.js index 40bb935b5c5..577fed21bac 100644 --- a/apps/federatedfilesharing/js/external.js +++ b/apps/federatedfilesharing/js/external.js @@ -19,7 +19,7 @@ * @param {String} share.owner owner name * @param {String} share.name name of the shared folder * @param {String} share.token authentication token - * @param {bool} passwordProtected true if the share is password protected + * @param {boolean} passwordProtected true if the share is password protected * @param {Function} callback the callback */ OCA.Sharing.showAddExternalDialog = function(share, passwordProtected, callback) { -- cgit v1.2.3