Skip to content

Commit a0d4e86

Browse files
author
Matt Mazzola
authored
style: typo succesfully to successfully
There was a typo in the message after generating Swagger. It had "succesfully" with one S instead of two "successfully"
1 parent c7d580a commit a0d4e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Swashbuckle.AspNetCore.Cli/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public static int Main(string[] args)
111111
swagger.SerializeAsV3(writer);
112112

113113
if (outputPath != null)
114-
Console.WriteLine($"Swagger JSON/YAML succesfully written to {outputPath}");
114+
Console.WriteLine($"Swagger JSON/YAML successfully written to {outputPath}");
115115
}
116116

117117
return 0;

0 commit comments

Comments
 (0)