Skip to content

Commit 36dc18e

Browse files
typos
1 parent c918791 commit 36dc18e

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Remove the `umbraco\Data\TEMP\InMemoryAuto` folder to trigger a rebuild of the m
3535

3636
**SourceCodeAuto and SourceCodeManual**
3737

38-
Remove the old models located in the `\umbraco\models` folder by default. This will cause your views to no longer be able to built due to missing types.
38+
Remove the old models located in the `\umbraco\models` folder by default. This will cause your views to no longer be able to build due to missing types.
3939
To get around this you can disable precompiled view temporarily by adding the following to your csproj file:
4040

4141
```xml
@@ -44,7 +44,7 @@ To get around this you can disable precompiled view temporarily by adding the fo
4444
<RazorCompileOnPublish>false</RazorCompileOnPublish>
4545
</PropertyGroup>
4646
```
47-
This will allow your site to start up, but you will still see an error page trying to load a page. Disregard the error and enter the backoffice and rebuild the models from the ModelsBuilder dashboard. You can now re-enable precompiled views and rebuild your site.
47+
This will allow your site to start up, but you will still see an error page when trying to load a page. Disregard the error, enter the backoffice, and rebuild the models from the ModelsBuilder dashboard. You can now re-enable precompiled views and rebuild your site.
4848

4949
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.
5050
To fix the models manually you need to find and replace `IPublishedSnapshotAccessor` with `IPublishedContentTypeCache`.

0 commit comments

Comments
 (0)