Skip to content

Commit 5eacf0a

Browse files
authored
Small tweak for clarity
1 parent beeaa74 commit 5eacf0a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

15/umbraco-cms/reference/content-delivery-api/custom-property-editors-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public class MyCustomPickerValueConverter(
9191
{% endcode %}
9292

9393
{% hint style="info" %}
94-
Umbraco developers will need to inject `IPublishedContentCache`, `IPublishedMediaCache`, `IPublishedMemberCache` and `IPublishedContentTypeCache` dependencies individually, instead of injecting the `IPublishedSnapshotAccessor` as would have been done previously.
94+
Umbraco developers need to inject `IPublishedContentCache`, `IPublishedMediaCache`, `IPublishedMemberCache`, and `IPublishedContentTypeCache` individually, instead of injecting the `IPublishedSnapshotAccessor` as in previous versions.
9595
{% endhint %}
9696

9797
The Implementation of the `IDeliveryApiPropertyValueConverter` interface can be found in the following methods:

16/umbraco-cms/reference/content-delivery-api/custom-property-editors-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public class MyCustomPickerValueConverter(
9191
{% endcode %}
9292

9393
{% hint style="info" %}
94-
Umbraco developers will need to inject `IPublishedContentCache`, `IPublishedMediaCache`, `IPublishedMemberCache` and `IPublishedContentTypeCache` dependencies individually, instead of injecting the `IPublishedSnapshotAccessor` as would have been done previously.
94+
Umbraco developers need to inject `IPublishedContentCache`, `IPublishedMediaCache`, `IPublishedMemberCache`, and `IPublishedContentTypeCache` individually, instead of injecting the `IPublishedSnapshotAccessor` as in previous versions.
9595
{% endhint %}
9696

9797
The Implementation of the `IDeliveryApiPropertyValueConverter` interface can be found in the following methods:

17/umbraco-cms/reference/content-delivery-api/custom-property-editors-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public class MyCustomPickerValueConverter(
9191
{% endcode %}
9292

9393
{% hint style="info" %}
94-
Umbraco developers will need to inject `IPublishedContentCache`, `IPublishedMediaCache`, `IPublishedMemberCache` and `IPublishedContentTypeCache` dependencies individually, instead of injecting the `IPublishedSnapshotAccessor` as would have been done previously.
94+
Umbraco developers need to inject `IPublishedContentCache`, `IPublishedMediaCache`, `IPublishedMemberCache`, and `IPublishedContentTypeCache` individually, instead of injecting the `IPublishedSnapshotAccessor` as in previous versions.
9595
{% endhint %}
9696

9797
The Implementation of the `IDeliveryApiPropertyValueConverter` interface can be found in the following methods:

0 commit comments

Comments
 (0)