Skip to content

Commit f4f8d09

Browse files
Shorten sentence
1 parent 0af370f commit f4f8d09

File tree

1 file changed

+1
-1
lines changed
  • 15/umbraco-cms/fundamentals/setup/upgrading/version-specific

1 file changed

+1
-1
lines changed

15/umbraco-cms/fundamentals/setup/upgrading/version-specific/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Use the [general upgrade guide](../) to complete the upgrade of your project.
2323

2424
* **Snapshots are removed**
2525

26-
Snapshots has been removed, this means that any code that used `IPublishedSnapshot`, and by extension `IPublishedSnapshotAccessor`, must be updated. The specific changes depends on the use case of the snapshot, in most cases it can be solved by instead injecting `IPublishedContentCache` or `IPublishedMediaCache` and using those directly.
26+
Snapshots has been removed, this means that any code that used `IPublishedSnapshot`, and by extension `IPublishedSnapshotAccessor`, must be updated. Inject `IPublishedContentCache` or `IPublishedMediaCache` and use those directly instead.
2727

2828
* **Modelsbuilder models needs to be rebuilt**
2929

0 commit comments

Comments
 (0)