doc(app.js): fix typo.

Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org>
This commit is contained in:
Hristo Terezov 2020-09-29 10:44:17 -05:00
parent dc6d3daef7
commit 49548ba564
1 changed files with 1 additions and 1 deletions

2
app.js
View File

@ -7,7 +7,7 @@ import 'jQuery-Impromptu';
import 'olm';
// We need to setup the jitsi-local-storage as early as possible so that we can start using it.
// NOTE: If jitsi-local-storage is used before the initial setup is performed this will brake the use case when we use
// NOTE: If jitsi-local-storage is used before the initial setup is performed this will break the use case when we use
// the local storage from the parent page when the localStorage is disabled. Also the setup is relying that
// window.location is not changed and still has all URL parameters.
import './react/features/base/jitsi-local-storage/setup';