Skip to content

Commit 72e5064

Browse files
author
Bart Koelman
authored
removed duplicate 'is' in comment. (#684)
1 parent 8626edc commit 72e5064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonApiDotNetCore/Extensions/IApplicationBuilderExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public static class IApplicationBuilderExtensions
1616
{
1717
/// <summary>
1818
/// 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
19+
/// The <paramref name="skipRegisterMiddleware"/> can be used to skip any middleware registration, in which case the developer
2020
/// is responsible for registering middleware that are required for JsonApiDotNetCore.
2121
/// </summary>
2222
/// <param name="app"></param>

0 commit comments

Comments
 (0)