Fix typo in "Importing Shared Directives" section. (#17168)

pull/17172/head
Eric Mutta 2020-03-01 21:05:30 +03:00 committed by GitHub
parent 6dd260b743
commit fae308e9ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ The body and every section in a Razor page must be either rendered or ignored.
## Importing Shared Directives
Views and pages can use Razor directives to importing namespaces and use [dependency injection](dependency-injection.md). Directives shared by many views may be specified in a common *_ViewImports.cshtml* file. The `_ViewImports` file supports the following directives:
Views and pages can use Razor directives to import namespaces and use [dependency injection](dependency-injection.md). Directives shared by many views may be specified in a common *_ViewImports.cshtml* file. The `_ViewImports` file supports the following directives:
* `@addTagHelper`
* `@removeTagHelper`