Skip to content

Commit f55a74b

Browse files
authored
fix typo in comment: TransientDependenciesGenerator.cs (#4636)
1 parent 7df29a9 commit f55a74b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/TransientDependenciesGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public static void Run(Project targetProject)
131131
}
132132
}
133133

134-
// clea unused dependencies
134+
// clean unused dependencies
135135
foreach (var framework in targetProject.GetTargetFrameworks() ?? [])
136136
{
137137
CleanUnusedDependencies(framework, deps, packagesProject);

0 commit comments

Comments
 (0)