diff options
Diffstat (limited to 'apps/federatedfilesharing/js/external.js')
-rw-r--r-- | apps/federatedfilesharing/js/external.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |