Skip to content

Commit 0fecef4

Browse files
committed
fix wrong tsBuildInfoFile description
1 parent 1089bdc commit 0fecef4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/compiler/commandLineParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ namespace ts {
566566
category: Diagnostics.Projects,
567567
transpileOptionValue: undefined,
568568
defaultValueDescription: ".tsbuildinfo",
569-
description: Diagnostics.Specify_the_folder_for_tsbuildinfo_incremental_compilation_files,
569+
description: Diagnostics.Specify_the_path_to_tsbuildinfo_incremental_compilation_files,
570570
},
571571
{
572572
name: "removeComments",

src/compiler/diagnosticMessages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5678,7 +5678,7 @@
56785678
"category": "Message",
56795679
"code": 6706
56805680
},
5681-
"Specify the folder for .tsbuildinfo incremental compilation files.": {
5681+
"Specify the path to .tsbuildinfo incremental compilation files.": {
56825682
"category": "Message",
56835683
"code": 6707
56845684
},

0 commit comments

Comments
 (0)