diff --git a/src/Mvc/Mvc.Core/src/Infrastructure/AsyncEnumerableReader.cs b/src/Mvc/Mvc.Core/src/Infrastructure/AsyncEnumerableReader.cs index 3d4679d89b..3326cdbf20 100644 --- a/src/Mvc/Mvc.Core/src/Infrastructure/AsyncEnumerableReader.cs +++ b/src/Mvc/Mvc.Core/src/Infrastructure/AsyncEnumerableReader.cs @@ -45,7 +45,7 @@ namespace Microsoft.AspNetCore.Mvc.Infrastructure } /// - /// Attempts to produces a delagate that reads a into an . + /// Attempts to produces a delegate that reads an into an . /// /// The type to read. /// A delegate that when awaited reads the .