Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit d09cfe6

Browse files
keharperhguthrie
andauthored
Apply suggestions from code review
Co-authored-by: hguthrie <hguthrie@users.noreply.github.com>
1 parent a4ade8e commit d09cfe6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/guides/v2.3/comp-mgr/cli/cli-upgrade.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ See the examples at the end of this section for help specifying different releas
9595

9696
where:
9797

98-
`<product>` - (Required) The package to upgrade. For on-premise installations, this value must either `product-community-edition` or `product-enterprise-edition`.
98+
`<product>` - (Required) The package to upgrade. For on-premises installations, you must specify either `product-community-edition` or `product-enterprise-edition`.
9999

100100
`<version>` - (Required) The version of {{site.data.var.ce}} or {{site.data.var.ce}} you are upgrading to. For example, `2.3.7`.
101101

102102
`--no-update` - (Required) Disables the automatic update of the dependencies.
103103

104-
`--interactive-root-conflicts` or `interactive-magento-conflicts` - (Optional) Allows you to interactively view and update any out-of-date values that may be remaining from previous versions.
104+
`--interactive-root-conflicts` or `interactive-magento-conflicts` - (Optional) Allows you to interactively view and update any out-of-date values from previous versions.
105105

106106
`--force-root-updates` or `--use-default-magento-values` - (Optional) Overrides all conflicting custom values with the expected Magento values.
107107

@@ -145,7 +145,7 @@ See the examples at the end of this section for help specifying different releas
145145

146146
</div>
147147

148-
1. Update the dependencies:
148+
1. Update the dependencies.
149149

150150
```bash
151151
composer update

src/guides/v2.4/comp-mgr/cli/cli-upgrade.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ See the examples at the end of this section for help specifying different releas
8383

8484
where:
8585

86-
`<product>` - (Required) The package to upgrade. For on-premise installations, this value must be either `product-community-edition` or `product-enterprise-edition`.
86+
`<product>` - (Required) The package to upgrade. For on-premises installations, this value must be either `product-community-edition` or `product-enterprise-edition`.
8787

8888
`<version>` - (Required) The version of {{site.data.var.ce}} or {{site.data.var.ce}} you are upgrading to. For example, `2.4.3`.
8989

9090
`--no-update` - (Required) Disables the automatic update of the dependencies.
9191

92-
`--interactive-root-conflicts` - (Optional) Allows you to interactively view and update any out-of-date values that may be remaining from previous versions, or any customized values that do not match the version you are upgrading to.
92+
`--interactive-root-conflicts` - (Optional) Allows you to interactively view and update any out-of-date values from previous versions, or any customized values that do not match the version you are upgrading to.
9393

9494
`--force-root-updates` - (Optional) Overrides all conflicting custom values with the expected Magento values.
9595

@@ -130,7 +130,7 @@ See the examples at the end of this section for help specifying different releas
130130

131131
</div>
132132

133-
1. Update the dependencies:
133+
1. Update the dependencies.
134134

135135
```bash
136136
composer update

0 commit comments

Comments
 (0)