Fix inherits directive description.

#291
This commit is contained in:
N. Taylor Mullen 2017-09-05 10:50:23 -07:00
parent 61260ddf1c
commit 0155cf2c73
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ namespace Microsoft.AspNetCore.Razor.Language.Extensions
{
builder.AddTypeToken();
builder.Usage = DirectiveUsage.FileScopedSinglyOccurring;
builder.Description = Resources.FunctionsDirective_Description;
builder.Description = Resources.InheritsDirective_Description;
});
public static void Register(IRazorEngineBuilder builder)