Skip to content

Commit c0d9fe3

Browse files
author
Per Kops
committed
Fix spelling
1 parent 06629dd commit c0d9fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Atc.CodingRules.Updater/ProjectSanityCheckHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ private static void HasTargetFrameworkAndImplicitUsings(
134134
}
135135

136136
var sb = new StringBuilder();
137-
var header = $"TargetFramework '{targetFramework}' in .csproj can causes build errors when /Directory.Build.Props has ImplicitUsings enabled, please manuel upgrade the following files:";
137+
var header = $"TargetFramework '{targetFramework}' in .csproj can causes build errors when /Directory.Build.Props has ImplicitUsings enabled, please manually upgrade the following files:";
138138
if (throwIf)
139139
{
140140
sb.AppendLine(header);

0 commit comments

Comments
 (0)