Skip to content

Commit 55773e0

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent e247673 commit 55773e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Amazon.Common.DotNetCli.Tools/Utilities.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ public static string LookupTargetFrameworkFromProjectFile(string projectLocation
338338
/// Looks up the assembly name from a project file.
339339
/// </summary>
340340
/// <param name="projectLocation">The location of the project file.</param>
341-
/// <param name="msBuildParameters">Additonal MSBuild paramteres passed by the user from the commandline</param>
341+
/// <param name="msBuildParameters">Additional MSBuild parameters passed by the user from the commandline</param>
342342
/// <returns>The assembly name of the project.</returns>
343343
public static string LookupAssemblyNameFromProjectFile(string projectLocation, string msBuildParameters)
344344
{

0 commit comments

Comments
 (0)