Skip to content

Commit

Permalink
style: typo succesfully to successfully
Browse files Browse the repository at this point in the history
There was a typo in the message after generating Swagger. It had "succesfully" with one S instead of two "successfully"
  • Loading branch information
mattmazzola authored Feb 27, 2022
1 parent c7d580a commit a0d4e86
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 a0d4e86

Please sign in to comment.