Skip to content

Commit 28b0e67

Browse files
doggy8088pranavkm
authored andcommitted
Update RemoveCommand.cs (#17848)
fix a typo
1 parent 0ace9d9 commit 28b0e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tools/Microsoft.dotnet-openapi/src/Commands/RemoveCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ internal class RemoveCommand : BaseCommand
1515
{
1616
private const string CommandName = "remove";
1717

18-
private const string SourceArgName = "soruce";
18+
private const string SourceArgName = "source";
1919

2020
public RemoveCommand(Application parent, IHttpClientWrapper httpClient) : base(parent, CommandName, httpClient)
2121
{

0 commit comments

Comments
 (0)