Skip to content

Commit bf7e7b6

Browse files
author
Yui T
committed
Fix spelling
1 parent 7b0662b commit bf7e7b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cases/fourslash/fourslash.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ enum EmitReturnStatus {
5151
AllOutputGenerationSkipped = 1, // No .js generated because of syntax errors, or compiler options errors, nothing generated
5252
JSGeneratedWithSemanticErrors = 2, // .js and .map generated with semantic errors
5353
DeclarationGenerationSkipped = 3, // .d.ts generation skipped because of semantic errors or declaration emitter specific errors; Output .js with semantic errors
54-
EmitErrorsEncountered = 4 // Emitter errors occured during emitting process
54+
EmitErrorsEncountered = 4 // Emitter errors occurred during emitting process
5555
}
5656

5757
module FourSlashInterface {

0 commit comments

Comments
 (0)