We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d580a commit a0d4e86Copy full SHA for a0d4e86
src/Swashbuckle.AspNetCore.Cli/Program.cs
@@ -111,7 +111,7 @@ public static int Main(string[] args)
111
swagger.SerializeAsV3(writer);
112
113
if (outputPath != null)
114
- Console.WriteLine($"Swagger JSON/YAML succesfully written to {outputPath}");
+ Console.WriteLine($"Swagger JSON/YAML successfully written to {outputPath}");
115
}
116
117
return 0;
0 commit comments