From 940c71eaf8f8d82d7cb9e2aa71098ae0b39ff79a Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Thu, 30 Nov 2017 15:51:33 -0600 Subject: [PATCH] Correct spelling in summary (#975) --- .../IMiddlewareFactory.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/IMiddlewareFactory.cs b/src/Microsoft.AspNetCore.Http.Abstractions/IMiddlewareFactory.cs index be5af344f2..5d9fda8a75 100644 --- a/src/Microsoft.AspNetCore.Http.Abstractions/IMiddlewareFactory.cs +++ b/src/Microsoft.AspNetCore.Http.Abstractions/IMiddlewareFactory.cs @@ -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 { /// - /// Provides methods to create middlware. + /// Provides methods to create middleware. /// public interface IMiddlewareFactory {