diff --git a/src/Razor/Microsoft.AspNetCore.Razor.Language/src/Components/ComponentDiagnosticFactory.cs b/src/Razor/Microsoft.AspNetCore.Razor.Language/src/Components/ComponentDiagnosticFactory.cs index 9303b730bd..8eba2b1efb 100644 --- a/src/Razor/Microsoft.AspNetCore.Razor.Language/src/Components/ComponentDiagnosticFactory.cs +++ b/src/Razor/Microsoft.AspNetCore.Razor.Language/src/Components/ComponentDiagnosticFactory.cs @@ -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);