Correct spelling in summary (#975)

This commit is contained in:
Luke Latham 2017-11-30 15:51:33 -06:00 committed by Chris Ross
parent 24acad7b90
commit 940c71eaf8
1 changed files with 2 additions and 2 deletions

View File

@ -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
{