diff --git a/src/Microsoft.AspNetCore.Mvc.Core/Formatters/TextOutputFormatter.cs b/src/Microsoft.AspNetCore.Mvc.Core/Formatters/TextOutputFormatter.cs
index 3b55d46075..8f7f3df05c 100644
--- a/src/Microsoft.AspNetCore.Mvc.Core/Formatters/TextOutputFormatter.cs
+++ b/src/Microsoft.AspNetCore.Mvc.Core/Formatters/TextOutputFormatter.cs
@@ -150,7 +150,7 @@ namespace Microsoft.AspNetCore.Mvc.Formatters
///
public sealed override Task WriteResponseBodyAsync(OutputFormatterWriteContext context)
{
- var message = Resources.FormatTextOutpurFormatter_WriteResponseBodyAsyncNotSupported(
+ var message = Resources.FormatTextOutputFormatter_WriteResponseBodyAsyncNotSupported(
$"{nameof(WriteResponseBodyAsync)}({nameof(OutputFormatterWriteContext)})",
nameof(TextOutputFormatter),
$"{nameof(WriteResponseBodyAsync)}({nameof(OutputFormatterWriteContext)},{nameof(Encoding)})");
diff --git a/src/Microsoft.AspNetCore.Mvc.Core/Properties/Resources.Designer.cs b/src/Microsoft.AspNetCore.Mvc.Core/Properties/Resources.Designer.cs
index 534e48688f..86d35c8870 100644
--- a/src/Microsoft.AspNetCore.Mvc.Core/Properties/Resources.Designer.cs
+++ b/src/Microsoft.AspNetCore.Mvc.Core/Properties/Resources.Designer.cs
@@ -1117,17 +1117,17 @@ namespace Microsoft.AspNetCore.Mvc.Core
///
/// '{0}' is not supported by '{1}'. Use '{2}' instead.
///
- internal static string TextOutpurFormatter_WriteResponseBodyAsyncNotSupported
+ internal static string TextOutputFormatter_WriteResponseBodyAsyncNotSupported
{
- get { return GetString("TextOutpurFormatter_WriteResponseBodyAsyncNotSupported"); }
+ get { return GetString("TextOutputFormatter_WriteResponseBodyAsyncNotSupported"); }
}
///
/// '{0}' is not supported by '{1}'. Use '{2}' instead.
///
- internal static string FormatTextOutpurFormatter_WriteResponseBodyAsyncNotSupported(object p0, object p1, object p2)
+ internal static string FormatTextOutputFormatter_WriteResponseBodyAsyncNotSupported(object p0, object p1, object p2)
{
- return string.Format(CultureInfo.CurrentCulture, GetString("TextOutpurFormatter_WriteResponseBodyAsyncNotSupported"), p0, p1, p2);
+ return string.Format(CultureInfo.CurrentCulture, GetString("TextOutputFormatter_WriteResponseBodyAsyncNotSupported"), p0, p1, p2);
}
///
diff --git a/src/Microsoft.AspNetCore.Mvc.Core/Resources.resx b/src/Microsoft.AspNetCore.Mvc.Core/Resources.resx
index 6ca9082df3..a73517b6bc 100644
--- a/src/Microsoft.AspNetCore.Mvc.Core/Resources.resx
+++ b/src/Microsoft.AspNetCore.Mvc.Core/Resources.resx
@@ -334,7 +334,7 @@
The list of '{0}' must not be empty. Add at least one supported encoding.
-
+
'{0}' is not supported by '{1}'. Use '{2}' instead.