Remove "I" from "ApplicationBuilderExtensions"
This commit is contained in:
parent
1e3b462210
commit
113fa6d545
|
|
@ -9,7 +9,7 @@ namespace Microsoft.AspNet.Builder
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Extension methods for adding the <see cref="RequestLocalizationMiddleware"/> to an application.
|
/// Extension methods for adding the <see cref="RequestLocalizationMiddleware"/> to an application.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static class IApplicationBuilderExtensions
|
public static class ApplicationBuilderExtensions
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Adds the <see cref="RequestLocalizationMiddleware"/> to automatically set culture information for
|
/// Adds the <see cref="RequestLocalizationMiddleware"/> to automatically set culture information for
|
||||||
Loading…
Reference in New Issue