Skip to content

Commit 4b8c0b4

Browse files
Fix typos (#3520)
Change "Id's" to "Ids".
1 parent 666a0be commit 4b8c0b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Check out the table below for the full list of possible configuration options.
238238
| | [Omit Arbitrary Operations](docs/configure-and-customize-swaggergen.md#omit-arbitrary-operations) |
239239
| | [Customize Operation Tags (e.g. for UI Grouping)](docs/configure-and-customize-swaggergen.md#customize-operation-tags-eg-for-ui-grouping) |
240240
| | [Change Operation Sort Order (e.g. for UI Sorting)](docs/configure-and-customize-swaggergen.md#change-operation-sort-order-eg-for-ui-sorting) |
241-
| | [Customize Schema Id's](docs/configure-and-customize-swaggergen.md#customize-schema-ids) |
241+
| | [Customize Schema Ids](docs/configure-and-customize-swaggergen.md#customize-schema-ids) |
242242
| | [Override Schema for Specific Types](docs/configure-and-customize-swaggergen.md#override-schema-for-specific-types) |
243243
| | [Extend Generator with Operation, Schema & Document Filters](docs/configure-and-customize-swaggergen.md#extend-generator-with-operation-schema--document-filters) |
244244
| | [Add Security Definitions and Requirements](docs/configure-and-customize-swaggergen.md#add-security-definitions-and-requirements) |

src/Swashbuckle.AspNetCore.SwaggerGen/DependencyInjection/SwaggerGenOptionsExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public static void UseInlineDefinitionsForEnums(this SwaggerGenOptions swaggerGe
189189
}
190190

191191
/// <summary>
192-
/// Provide a custom strategy for generating the unique Id's that are used to reference object Schema's
192+
/// Provide a custom strategy for generating the unique Ids that are used to reference object Schemas
193193
/// </summary>
194194
/// <param name="swaggerGenOptions"></param>
195195
/// <param name="schemaIdSelector">

0 commit comments

Comments
 (0)