Skip to content

Commit 0ad5c6b

Browse files
Merge pull request #64 from atc-net/hotfix/fix_spelling
Fix spelling
2 parents 06629dd + c0d9fe3 commit 0ad5c6b

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)