diff options
author | Louis Chemineau <louis@chmn.me> | 2022-01-10 14:06:28 +0100 |
---|---|---|
committer | Louis Chemineau <louis@chmn.me> | 2022-01-11 17:12:55 +0100 |
commit | d92cbf51493f0aa15745d2f9545cba2372eecec3 (patch) | |
tree | 349a555a74c99b40c20fcc470c26b7f7c0029f8d /apps/settings/js | |
parent | 7484abb6c07f2296abc2040ecd747ddf1d65e98e (diff) | |
download | nextcloud-server-d92cbf51493f0aa15745d2f9545cba2372eecec3.tar.gz nextcloud-server-d92cbf51493f0aa15745d2f9545cba2372eecec3.zip |
Typing corrections
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'apps/settings/js')
-rw-r--r-- | apps/settings/js/federationsettingsview.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings/js/federationsettingsview.js b/apps/settings/js/federationsettingsview.js index ca56992b1ed..9eb0b930733 100644 --- a/apps/settings/js/federationsettingsview.js +++ b/apps/settings/js/federationsettingsview.js @@ -15,9 +15,9 @@ * @constructs FederationScopeMenu * @memberof OC.Settings * @param {object} options - * @param {bool} [options.showFederatedScope=false] whether show the + * @param {boolean} [options.showFederatedScope=false] whether show the * "v2-federated" scope or not - * @param {bool} [options.showPublishedScope=false] whether show the + * @param {boolean} [options.showPublishedScope=false] whether show the * "v2-published" scope or not */ var FederationSettingsView = OC.Backbone.View.extend({ |