diff --git a/microsoft.cognitiveservices.speech.sdk.ts b/microsoft.cognitiveservices.speech.sdk.ts index fa71d953..9be85f08 100644 --- a/microsoft.cognitiveservices.speech.sdk.ts +++ b/microsoft.cognitiveservices.speech.sdk.ts @@ -3,7 +3,7 @@ // Licensed under the MIT license. import { AgentConfig } from "./src/common.speech/Exports.js"; -// Note: this instantiation ensures the above import isn't +// Note: this instantiation ensures the above import isn't // removed on compile. The import being absent causes an error on running void new AgentConfig();