Skip to content

Commit 1cc4067

Browse files
authored
Update 15/umbraco-cms/implementation/services/README.md
1 parent cfb22c8 commit 1cc4067

File tree

1 file changed

+1
-1
lines changed
  • 15/umbraco-cms/implementation/services

1 file changed

+1
-1
lines changed

15/umbraco-cms/implementation/services/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ public class HandleUnPublishingHandler : INotificationHandler<ContentUnpublished
225225

226226
#### Accessing the Published Content Cache via IPublishedContentQuery
227227

228-
When you need to fetch multiple content items by ID, using UmbracoContext.Content is limited because it only allows retrieving one content item at a time. To query multiple items efficiently, you can use IPublishedContentQuery. For more details, see the [IPublishedContentQuery](../../reference/querying/ipublishedcontentquery.md) article.
228+
When fetching multiple content items by ID, using `UmbracoContext.Content` is limited because it only allows retrieving one item at a time. To query multiple items efficiently, you can use `IPublishedContentQuery`. For more details, see the [IPublishedContentQuery](../../reference/querying/ipublishedcontentquery.md) article.
229229

230230
#### Accessing the Published Content Cache from a Content Finder / UrlProvider
231231

0 commit comments

Comments
 (0)