From 9b3a2fa6093029428c23b8de3f725bdcad89d303 Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 18 Oct 2021 17:56:07 +0530 Subject: [PATCH] correct minor typos in our internal appconfig --- www/common/application_config_internal.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/common/application_config_internal.js b/www/common/application_config_internal.js index 723e3f28a..c557b95bc 100644 --- a/www/common/application_config_internal.js +++ b/www/common/application_config_internal.js @@ -22,10 +22,10 @@ define(function() { */ AppConfig.registeredOnlyTypes = ['file', 'contacts', 'notifications', 'support']; - /* New application may be introduced in an "early access" state which can contain + /* New applications may be introduced in an "early access" state which can contain * bugs and can cause loss of user content. You can enable these applications on your * CryptPad instance to test them and report bugs to the developers or keep them - * disable until they are officialy considered safe. + * disabled until they are officially considered safe. */ AppConfig.enableEarlyAccess = false;