Jorge Vallecillo преди 4 години
родител
ревизия
7fcdcc26ab
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1
    1
      modules/statistics/CallStats.js
  2. 1
    1
      modules/transcription/transcriber.js

+ 1
- 1
modules/statistics/CallStats.js Целия файл

@@ -69,7 +69,7 @@ let _fabrics;
69 69
 
70 70
 /**
71 71
  * An instance of this class is a wrapper for the CallStats API fabric. A fabric
72
- * reports one peer connection the CallStats backend and is allocated with
72
+ * reports one peer connection to the CallStats backend and is allocated with
73 73
  * {@link callstats.addNewFabric}. It has a bunch of instance methods for
74 74
  * reporting various events. A fabric is considered disposed when
75 75
  * {@link CallStats.sendTerminateEvent} is executed.

+ 1
- 1
modules/transcription/transcriber.js Целия файл

@@ -85,7 +85,7 @@ Transcriber.prototype.stop = function stop(callback) {
85 85
     console.log('stopping recording and sending audio files');
86 86
     this.audioRecorder.stop();
87 87
 
88
-    // and send all recorded audio the transcription service
88
+    // and send all recorded audio to the transcription service
89 89
     const callBack = blobCallBack.bind(null, this);
90 90
 
91 91
     this.audioRecorder.getRecordingResults().forEach(recordingResult => {

Loading…
Отказ
Запис