浏览代码

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,7 +7,7 @@ import 'jQuery-Impromptu';
7 7
 import 'olm';
8 8
 
9 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 11
 // the  local storage from the parent page when the localStorage is disabled. Also the setup is relying that
12 12
 // window.location is not changed and still has all URL parameters.
13 13
 import './react/features/base/jitsi-local-storage/setup';

正在加载...
取消
保存