File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 
src/Swashbuckle.AspNetCore.SwaggerGen/DependencyInjection Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 )                                  | 
Original file line number Diff line number Diff 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"> 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments