Skip to content

Commit fe0ba0c

Browse files
Hywanmhegazy
authored andcommitted
fix: Add missing opening quote (#18534)
And thank you for this tool!
1 parent 79e12eb commit fe0ba0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/diagnosticMessages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2686,7 +2686,7 @@
26862686
"category": "Message",
26872687
"code": 6015
26882688
},
2689-
"Specify module code generation: 'none', commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'.": {
2689+
"Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'.": {
26902690
"category": "Message",
26912691
"code": 6016
26922692
},

0 commit comments

Comments
 (0)