Fix documentation typo (#9740)

This commit is contained in:
Bruno Costa 2019-04-25 16:43:13 +01:00 committed by Andrew Stanton-Nurse
parent 6fa9398781
commit dafb4d38f0
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
namespace Microsoft.AspNetCore.Http
{
/// <summary>
/// Respresents a logical endpoint in an application.
/// Represents a logical endpoint in an application.
/// </summary>
public class Endpoint
{