correct minor typos in our internal appconfig

This commit is contained in:
ansuz 2021-10-18 17:56:07 +05:30
parent b35c3e44ad
commit 9b3a2fa609

View file

@ -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;