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.
2 parents c7d580a + a0d4e86 commit 07d33a7Copy full SHA for 07d33a7
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