Skip to content

Commit 82ce4ae

Browse files
authored
Update 13/umbraco-cms/reference/querying/itagquery.md
1 parent 99059e0 commit 82ce4ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

13/umbraco-cms/reference/querying/itagquery.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ If you're using it in Views or Partial views you can inject `ITagQuery` using th
1414
@inject ITagQuery _tagQuery;
1515
```
1616

17-
After this, you can use `_tagQuery` to access the `ITagQuery`. If your site supports multiple languages, you must specify the desired language when using `ITagQuery`.
17+
After this, you can use `_tagQuery` to access the `ITagQuery`.
18+
19+
If your site supports multiple languages, you must specify the desired language when using `ITagQuery`.
1820

1921
If you're using it in controllers, you can inject it into the constructor like so:
2022

0 commit comments

Comments
 (0)