Bladeren bron

Fix typos

dev1
Jorge Vallecillo 4 jaren geleden
bovenliggende
commit
7fcdcc26ab
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1
    1
      modules/statistics/CallStats.js
  2. 1
    1
      modules/transcription/transcriber.js

+ 1
- 1
modules/statistics/CallStats.js Bestand weergeven

@@ -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 Bestand weergeven

@@ -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 => {

Laden…
Annuleren
Opslaan