Skip to content

Commit d789353

Browse files
Update aspnetcore-openapi.md (#35758)
1 parent 4b34dc9 commit d789353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/fundamentals/openapi/aspnetcore-openapi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The OpenAPI document can be generated in either JSON or YAML format. By default,
8686
app.MapOpenApi("/openapi/{documentName}.yaml");
8787
```
8888

89-
Generating penAPI documents in YAML format at build time is currently not supported, but planned in a future preview.
89+
Generating OpenAPI documents in YAML format at build time is currently not supported, but planned in a future preview.
9090

9191
### Customize the OpenAPI document name
9292

0 commit comments

Comments
 (0)