Selaa lähdekoodia

doc: Fixes a typo.

tags/v0.0.2
George Politis 8 vuotta sitten
vanhempi
commit
5158c08cc2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      JitsiConference.js

+ 1
- 1
JitsiConference.js Näytä tiedosto

181
  * @param options.connection {JitsiConnection} overrides this.connection
181
  * @param options.connection {JitsiConnection} overrides this.connection
182
  */
182
  */
183
 JitsiConference.prototype._init = function(options = {}) {
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
     // reloaded)
185
     // reloaded)
186
     if (options.connection) {
186
     if (options.connection) {
187
         this.connection = options.connection;
187
         this.connection = options.connection;

Loading…
Peruuta
Tallenna