From f85be6a0c091abc80e6ab8f6d15a81d5ae4794b9 Mon Sep 17 00:00:00 2001 From: hede Date: Mon, 19 Mar 2018 12:25:32 +0200 Subject: [PATCH] fix typo in ApiController XMLDoc --- src/Microsoft.AspNetCore.Mvc.Core/ApiControllerAttribute.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.Mvc.Core/ApiControllerAttribute.cs b/src/Microsoft.AspNetCore.Mvc.Core/ApiControllerAttribute.cs index 0d328333f7..0f1f1627bf 100644 --- a/src/Microsoft.AspNetCore.Mvc.Core/ApiControllerAttribute.cs +++ b/src/Microsoft.AspNetCore.Mvc.Core/ApiControllerAttribute.cs @@ -7,7 +7,7 @@ using Microsoft.AspNetCore.Mvc.Internal; namespace Microsoft.AspNetCore.Mvc { /// - /// Indicates that a type and all derived types are used to serve HTTP API responses. The presense of + /// Indicates that a type and all derived types are used to serve HTTP API responses. The presence of /// this attribute can be used to target conventions, filters and other behaviors based on the purpose /// of the controller. ///