We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b34dc9 commit d789353Copy full SHA for d789353
1 file changed
aspnetcore/fundamentals/openapi/aspnetcore-openapi.md
@@ -86,7 +86,7 @@ The OpenAPI document can be generated in either JSON or YAML format. By default,
86
app.MapOpenApi("/openapi/{documentName}.yaml");
87
```
88
89
-Generating penAPI documents in YAML format at build time is currently not supported, but planned in a future preview.
+Generating OpenAPI documents in YAML format at build time is currently not supported, but planned in a future preview.
90
91
### Customize the OpenAPI document name
92
0 commit comments