Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit 043f8fd

Browse files
cdavidTratcher
authored andcommitted
Fix typo (delegate) in documentation (#830)
1 parent f510759 commit 043f8fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.AspNetCore.Http.Abstractions/Extensions/UseExtensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace Microsoft.AspNetCore.Builder
1313
public static class UseExtensions
1414
{
1515
/// <summary>
16-
/// Adds a middleware delagate defined in-line to the application's request pipeline.
16+
/// Adds a middleware delegate defined in-line to the application's request pipeline.
1717
/// </summary>
1818
/// <param name="app">The <see cref="IApplicationBuilder"/> instance.</param>
1919
/// <param name="middleware">A function that handles the request or calls the given next function.</param>
@@ -30,4 +30,4 @@ public static IApplicationBuilder Use(this IApplicationBuilder app, Func<HttpCon
3030
});
3131
}
3232
}
33-
}
33+
}

0 commit comments

Comments
 (0)