Addressing minor comment from feedback

This commit is contained in:
Kiran Challa 2015-04-16 12:08:45 -07:00
parent f77493dffe
commit 879057b873
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ namespace Microsoft.AspNet.Mvc
}
logger.LogVerbose(
"Selected output formatter '{OutputFormatter}'and content type " +
"Selected output formatter '{OutputFormatter}' and content type " +
"'{ContentType}' to write the response.",
selectedFormatter.GetType().FullName,
formatterContext.SelectedContentType);