Kaynağa Gözat

doc: Fixes a typo.

tags/v0.0.2
George Politis 8 yıl önce
ebeveyn
işleme
5158c08cc2
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      JitsiConference.js

+ 1
- 1
JitsiConference.js Dosyayı Görüntüle

@@ -181,7 +181,7 @@ JitsiConference.prototype.constructor = JitsiConference;
181 181
  * @param options.connection {JitsiConnection} overrides this.connection
182 182
  */
183 183
 JitsiConference.prototype._init = function(options = {}) {
184
-    // Override connection and xmpp properties (Usefull if the connection
184
+    // Override connection and xmpp properties (Useful if the connection
185 185
     // reloaded)
186 186
     if (options.connection) {
187 187
         this.connection = options.connection;

Loading…
İptal
Kaydet