Skip to content

Commit 5a6e420

Browse files
committed
LanguageModel: Fix typo
1 parent a8e5551 commit 5a6e420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LanguageModel/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class LanguageModel extends EventEmitter {
131131
if (this.promiseResolve) {
132132
this.promiseResolve(this.out);
133133
}
134-
this.emit('finsh', this.out, this);
134+
this.emit('finish', this.out, this);
135135
if (this.callback) {
136136
this.callback(this.out, this);
137137
}

0 commit comments

Comments
 (0)