Skip to content

Commit b5816f2

Browse files
authored
Fix capitalisation in
1 parent b504a1e commit b5816f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/compiler/diagnosticMessages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6014,7 +6014,7 @@
60146014
"category": "Message",
60156015
"code": 6506
60166016
},
6017-
"Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files.": {
6017+
"Allow JavaScript files to be a part of your program. Use the 'checkJs' option to get errors from these files.": {
60186018
"category": "Message",
60196019
"code": 6600
60206020
},

0 commit comments

Comments
 (0)