Skip to content

Commit 663ceba

Browse files
authored
Small fixes
1 parent e338419 commit 663ceba

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

13/umbraco-engage/upgrading/upgrade-umbraco-engage.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
This article shows how to upgrade Umbraco Engage to the latest version.
44

5-
When upgrading Umbraco Engage, be sure to consult the [version specific upgrade](version-specific-upgrade-notes.md) notes to learn about potential breaking changes and common pitfalls.
5+
When upgrading Umbraco Engage, you can consult the [version specific upgrade](version-specific-upgrade-notes.md) notes to learn about potential breaking changes and common pitfalls.
66

77
{% hint style="warning" %}
8-
Before upgrading, it is recommended to backup your site and database.
8+
Before you upgrade, it is recommended that your site and database be backed up.
99
{% endhint %}
1010

1111
## Get the latest version of Umbraco Engage
@@ -23,7 +23,7 @@ To upgrade to the latest version of Umbraco Engage you can use:
2323

2424
### Visual Studio
2525

26-
1. Go to `Tools` -> `NuGet Package Manager` -> `Manage NuGet Packages for Solution...` in Visual Studio to upgrade Umbraco Engage.
26+
1. Go to `Tools` -> `NuGet Package Manager` -> `Manage NuGet Packages for Solution...` in Visual Studio.
2727
2. Select **Umbraco.Engage**.
2828
3. Select the latest version from the Version drop-down and click **Install**.
2929

@@ -39,11 +39,11 @@ If you are using one or more of the below sub-packages, they also need to be upg
3939

4040
| Sub-package | Description |
4141
| -- | -- |
42-
| Umbraco.Engage.Core | Core UI Builder functionality that doesn't require any infrastructure-specific dependencies. |
42+
| Umbraco.Engage.Core | Core Engage functionality that doesn't require any infrastructure-specific dependencies. |
4343
| Umbraco.Engage.Infrastructure | Infrastructure-specific project containing implementations of core Engage functionality. |
4444
| Umbraco.Engage.Web | The core Engage logic that requires a web context. |
4545
| Umbraco.Engage.Data | |
4646
| Umbraco.Engage.Common | |
47-
| Umbraco.Engage.Forms | A package that extend Umbraco Engage with Umbraco Forms. |
47+
| Umbraco.Engage.Forms | A package that extends Umbraco Engage with Umbraco Forms. |
4848
| Umbraco.Engage.Headless | A package that adds headless functionality to Umbraco Engage. |
49-
| Umbraco.Engage.Commerce | A package that extend Umbraco Engage with Umbraco Commerce. |
49+
| Umbraco.Engage.Commerce | A package that extends Umbraco Engage with Umbraco Commerce. |

0 commit comments

Comments
 (0)