We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8626edc commit 72e5064Copy full SHA for 72e5064
src/JsonApiDotNetCore/Extensions/IApplicationBuilderExtensions.cs
@@ -16,7 +16,7 @@ public static class IApplicationBuilderExtensions
16
{
17
/// <summary>
18
/// Runs several internal JsonApiDotNetCore services to ensure proper configuration and registers required middlewares.
19
- /// The <paramref name="skipRegisterMiddleware"/> can be used to skip any middleware registration, in which case the developer is
+ /// The <paramref name="skipRegisterMiddleware"/> can be used to skip any middleware registration, in which case the developer
20
/// is responsible for registering middleware that are required for JsonApiDotNetCore.
21
/// </summary>
22
/// <param name="app"></param>
0 commit comments