Skip to content

Commit e56b390

Browse files
committed
fix stuff
1 parent 841683f commit e56b390

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

aspnetcore/fundamentals/openapi/aspnetcore-openapi.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,7 @@ GET http://localhost:5000/openapi/internal.json
103103

104104
### Customize the OpenAPI version of a generated document
105105

106-
By default, OpenAPI document generation creates a document that is compliant with
107-
108-
[OpenAPI version 3.1](https://spec.openapis.org/oas/v3.1.1.html). The following code demonstrates how to modify the default version of the OpenAPI document:
106+
By default, OpenAPI document generation creates a document that is compliant with [OpenAPI version 3.1](https://spec.openapis.org/oas/v3.1.1.html). The following code demonstrates how to modify the default version of the OpenAPI document:
109107

110108
```csharp
111109
builder.Services.AddOpenApi(options =>

0 commit comments

Comments
 (0)