This commit is contained in:
John Doe 2017-08-13 17:48:27 -07:00 committed by William Lee
parent 1fa454bda4
commit 8fc8a03081
7 changed files with 8 additions and 8 deletions

View file

@ -20,7 +20,7 @@ namespace Microsoft.DotNet.Tests.ParserTests
private readonly ITestOutputHelper output;
[Fact]
public void RunParserCanGetArguementFromDoubleDash()
public void RunParserCanGetArgumentFromDoubleDash()
{
var runCommand = RunCommand.FromArgs(new[]{ "--", "foo" });
runCommand.Args.Single().Should().Be("foo");