Skip to content

Commit 07d33a7

Browse files
Merge pull request #2360 from mattmazzola/mattm/swaggercli-typo
style: typo succesfully to successfully
2 parents c7d580a + a0d4e86 commit 07d33a7

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)