Skip to content

Commit

Permalink
Merge pull request #2360 from mattmazzola/mattm/swaggercli-typo
Browse files Browse the repository at this point in the history
style: typo succesfully to successfully
  • Loading branch information
domaindrivendev authored Mar 2, 2022
2 parents c7d580a + a0d4e86 commit 07d33a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Swashbuckle.AspNetCore.Cli/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public static int Main(string[] args)
swagger.SerializeAsV3(writer);

if (outputPath != null)
Console.WriteLine($"Swagger JSON/YAML succesfully written to {outputPath}");
Console.WriteLine($"Swagger JSON/YAML successfully written to {outputPath}");
}

return 0;
Expand Down

0 comments on commit 07d33a7

Please sign in to comment.