Skip to content

Commit 76d7371

Browse files
committed
Another stab in the dark
1 parent e59acb0 commit 76d7371

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/OpenApi/src/Extensions/OpenApiServiceCollectionExtensions.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public static class OpenApiServiceCollectionExtensions
2121
/// <param name="services">The <see cref="IServiceCollection"/> to register services onto.</param>
2222
/// <param name="documentName">The name of the OpenAPI document associated with registered services.</param>
2323
/// <example>
24-
/// This method is commonly used to add OpenAPI services to the <see cref="WebApplicationBuilder.Services"/>
24+
/// This method is commonly used to add OpenAPI services to the Services
2525
/// of a <see cref="WebApplicationBuilder"/>, as shown in the following example:
2626
/// <code>
2727
/// var builder = WebApplication.CreateBuilder(args);
@@ -42,7 +42,7 @@ public static IServiceCollection AddOpenApi(this IServiceCollection services, st
4242
/// <param name="documentName">The name of the OpenAPI document associated with registered services.</param>
4343
/// <param name="configureOptions">A delegate used to configure the target <see cref="OpenApiOptions"/>.</param>
4444
/// <example>
45-
/// This method is commonly used to add OpenAPI services to the <see cref="WebApplicationBuilder.Services"/>
45+
/// This method is commonly used to add OpenAPI services to the Services
4646
/// of a <see cref="WebApplicationBuilder"/>, as shown in the following example:
4747
/// <code>
4848
/// var builder = WebApplication.CreateBuilder(args);
@@ -72,7 +72,7 @@ public static IServiceCollection AddOpenApi(this IServiceCollection services, st
7272
/// <param name="services">The <see cref="IServiceCollection"/> to register services onto.</param>
7373
/// <param name="configureOptions">A delegate used to configure the target <see cref="OpenApiOptions"/>.</param>
7474
/// <example>
75-
/// This method is commonly used to add OpenAPI services to the <see cref="WebApplicationBuilder.Services"/>
75+
/// This method is commonly used to add OpenAPI services to the Services
7676
/// of a <see cref="WebApplicationBuilder"/>, as shown in the following example:
7777
/// <code>
7878
/// var builder = WebApplication.CreateBuilder(args);
@@ -90,7 +90,7 @@ public static IServiceCollection AddOpenApi(this IServiceCollection services, Ac
9090
/// </summary>
9191
/// <param name="services">The <see cref="IServiceCollection"/> to register services onto.</param>
9292
/// <example>
93-
/// This method is commonly used to add OpenAPI services to the <see cref="WebApplicationBuilder.Services"/>
93+
/// This method is commonly used to add OpenAPI services to the Services
9494
/// of a <see cref="WebApplicationBuilder"/>, as shown in the following example:
9595
/// <code>
9696
/// var builder = WebApplication.CreateBuilder(args);

0 commit comments

Comments
 (0)