Fix typo (delegate) in documentation (#830)
This commit is contained in:
parent
f5107596a5
commit
043f8fda61
|
|
@ -13,7 +13,7 @@ namespace Microsoft.AspNetCore.Builder
|
||||||
public static class UseExtensions
|
public static class UseExtensions
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Adds a middleware delagate defined in-line to the application's request pipeline.
|
/// Adds a middleware delegate defined in-line to the application's request pipeline.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="app">The <see cref="IApplicationBuilder"/> instance.</param>
|
/// <param name="app">The <see cref="IApplicationBuilder"/> instance.</param>
|
||||||
/// <param name="middleware">A function that handles the request or calls the given next function.</param>
|
/// <param name="middleware">A function that handles the request or calls the given next function.</param>
|
||||||
|
|
@ -30,4 +30,4 @@ namespace Microsoft.AspNetCore.Builder
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue