Skip to content

Commit 1e3dc2f

Browse files
committed
fix typo
1 parent 95ecc7a commit 1e3dc2f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

aspnetcore/fundamentals/openapi/include-metadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ An enum type without a [`[JsonConverter]`](xref:System.Text.Json.Serialization.
648648

649649
**Note:** The [`[AllowedValues]`](xref:System.ComponentModel.DataAnnotations.AllowedValuesAttribute) attribute does not set the `enum` values of a property.
650650

651-
[Set JSON options globally](#set-json-serialization-options-globally) shows how to set the the `JsonStringEnumConverter` globally.
651+
[Set JSON options globally](#set-json-serialization-options-globally) shows how to set the `JsonStringEnumConverter` globally.
652652

653653
#### nullable
654654

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ app.MapOpenApi("/openapi/{documentName}.yaml");
8080

8181
Support for:
8282

83-
* YAML is currently only available for the the OpenAPI served from the OpenAPI endpoint.
83+
* YAML is currently only available for the OpenAPI served from the OpenAPI endpoint.
8484
* Generating OpenAPI documents in YAML format at build time is added in a future preview.
8585

8686
See [this PR](https://github.com/dotnet/aspnetcore/pull/58616) which added support for serving the generated OpenAPI document in YAML format.

0 commit comments

Comments
 (0)