Skip to content

Commit bfcf5fd

Browse files
authored
Fix a couple typos in openApi.md (#34951)
1 parent 9559bd8 commit bfcf5fd

File tree

1 file changed

+2
-2
lines changed
  • aspnetcore/release-notes/aspnetcore-10/includes

1 file changed

+2
-2
lines changed

aspnetcore/release-notes/aspnetcore-10/includes/openApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ When generating the OpenAPI document at build time, the OpenAPI version can be s
2929
<OpenApiGenerateDocumentsOptions>--openapi-version OpenApi3_0</OpenApiGenerateDocumentsOptions>
3030
```
3131

32-
OpenAPI 3.1 support was primarly added in the following [PR](https://github.com/dotnet/aspnetcore/pull/59480).
32+
OpenAPI 3.1 support was primarily added in the following [PR](https://github.com/dotnet/aspnetcore/pull/59480).
3333

3434
### OpenAPI 3.1 breaking changes
3535

@@ -59,7 +59,7 @@ options.AddSchemaTransformer((schema, context, cancellationToken) =>
5959
});
6060
```
6161

62-
Note that these changes are necessary even when only congfiguring the OpenAPI version to 3.0.
62+
Note that these changes are necessary even when only configuring the OpenAPI version to 3.0.
6363

6464
### OpenAPI in Yaml
6565

0 commit comments

Comments
 (0)