Skip to content

Commit edbf141

Browse files
authored
Trigger GitBook checks
1 parent de0fa1f commit edbf141

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
@@ -53,7 +53,7 @@ This will allow your site to start up, but you will still see an error page when
5353

5454
You can now re-enable precompiled views and rebuild your site.
5555

56-
If you have custom C# code that references the models this will also not build. You can either comment-out your custom code temporarily until the models has been rebuilt, or fix the models manually.
56+
If you have custom C# code that references the models this will also not build. You can either comment out your custom code temporarily until the models have been rebuilt or fix the models manually.
5757
To fix the models manually you need to find and replace `IPublishedSnapshotAccessor` with `IPublishedContentTypeCache`.
5858

5959
<summary>Umbraco 14</summary>

0 commit comments

Comments
 (0)