Update RemoveCommand.cs (#17848)

fix a typo
This commit is contained in:
Will 保哥 2020-01-25 07:01:54 +08:00 committed by Pranav K
parent 0ace9d91b6
commit 28b0e67320
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ namespace Microsoft.DotNet.OpenApi.Commands
{
private const string CommandName = "remove";
private const string SourceArgName = "soruce";
private const string SourceArgName = "source";
public RemoveCommand(Application parent, IHttpClientWrapper httpClient) : base(parent, CommandName, httpClient)
{