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;