We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c3cc9f commit 3a52a49Copy full SHA for 3a52a49
src/Cli/Microsoft.DotNet.Cli.Utils/MSBuildArgs.cs
@@ -77,7 +77,7 @@ private MSBuildArgs(
77
public VerbosityOptions? Verbosity { get; }
78
79
/// <summary>
80
- /// Wether or not the MSBuild product header text should be emitted at the start of this build
+ /// Whether or not the MSBuild product header text should be emitted at the start of this build
81
/// </summary>
82
public bool NoLogo { get; }
83
0 commit comments