Skip to content

Commit dda1eaf

Browse files
committed
Fix docfx name in docs status
1 parent 0af84bd commit dda1eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ChartTools/Docs/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const string
5454
case -1:
5555
return -1;
5656
case 0:
57-
PrintStatus("Analyzing assembly with DocFx");
57+
PrintStatus("Analyzing assembly with docfx");
5858

5959
try { await DotnetApiCatalog.GenerateManagedReferenceYamlFiles(configPath); }
6060
catch (Exception ex)

0 commit comments

Comments
 (0)