fix typo in ApiController XMLDoc

This commit is contained in:
hede 2018-03-19 12:25:32 +02:00 committed by Ryan Nowak
parent 4875856974
commit f85be6a0c0
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ using Microsoft.AspNetCore.Mvc.Internal;
namespace Microsoft.AspNetCore.Mvc namespace Microsoft.AspNetCore.Mvc
{ {
/// <summary> /// <summary>
/// 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 /// this attribute can be used to target conventions, filters and other behaviors based on the purpose
/// of the controller. /// of the controller.
/// </summary> /// </summary>