mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 21:36:50 -05:00
Fix typo
This commit is contained in:
@@ -3072,7 +3072,7 @@
|
||||
"category": "Error",
|
||||
"code": 5073
|
||||
},
|
||||
"Option '--incremental' can only be speicified when using tsconfig.": {
|
||||
"Option '--incremental' can only be specified when using tsconfig.": {
|
||||
"category": "Error",
|
||||
"code": 5074
|
||||
},
|
||||
|
||||
@@ -2723,7 +2723,7 @@ namespace ts {
|
||||
}
|
||||
|
||||
if (options.incremental && !options.configFilePath) {
|
||||
programDiagnostics.add(createCompilerDiagnostic(Diagnostics.Option_incremental_can_only_be_speicified_when_using_tsconfig));
|
||||
programDiagnostics.add(createCompilerDiagnostic(Diagnostics.Option_incremental_can_only_be_specified_when_using_tsconfig));
|
||||
}
|
||||
|
||||
if (options.composite) {
|
||||
|
||||
Reference in New Issue
Block a user