Correct spelling in summary (#975)
This commit is contained in:
parent
24acad7b90
commit
940c71eaf8
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (c) .NET Foundation. All rights reserved.
|
||||
// Copyright (c) .NET Foundation. All rights reserved.
|
||||
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
||||
|
||||
using System;
|
||||
|
|
@ -10,7 +10,7 @@ using System.Threading.Tasks;
|
|||
namespace Microsoft.AspNetCore.Http
|
||||
{
|
||||
/// <summary>
|
||||
/// Provides methods to create middlware.
|
||||
/// Provides methods to create middleware.
|
||||
/// </summary>
|
||||
public interface IMiddlewareFactory
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue