Fix error spacing.

\n\nCommit migrated from 1fdb3f3fdb
This commit is contained in:
N. Taylor Mullen 2019-06-06 11:46:23 -07:00
parent 30668fb196
commit 261b256cf8
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ namespace Microsoft.AspNetCore.Razor.Language.Components
public static readonly RazorDiagnosticDescriptor BindAttribute_InvalidSyntax =
new RazorDiagnosticDescriptor(
$"{DiagnosticPrefix}9991",
() => "The attribute names could not be inferred from bind attribute '{0}'. Bind attributes should be of the form" +
() => "The attribute names could not be inferred from bind attribute '{0}'. Bind attributes should be of the form " +
"'bind' or 'bind-value' along with their corresponding optional parameters like 'bind-value:event', 'bind:format' etc.",
RazorDiagnosticSeverity.Error);