瀏覽代碼

doc(app.js): fix typo.

Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org>
master
Hristo Terezov 5 年之前
父節點
當前提交
49548ba564
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      app.js

+ 1
- 1
app.js 查看文件

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

Loading…
取消
儲存