Skip to content

Commit 0af84bd

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

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
@@ -74,7 +74,7 @@ const string
7474
#endregion
7575

7676
#region Build
77-
PrintStatus("Building site with DocFx");
77+
PrintStatus("Building site with docfx");
7878

7979
try { await Docset.Build(configPath); }
8080
catch (Exception ex)

0 commit comments

Comments
 (0)