diff --git a/content/rancher/v2.x/en/upgrades/upgrades/single-node-upgrade/_index.md b/content/rancher/v2.x/en/upgrades/upgrades/single-node-upgrade/_index.md index 71fe3f6696f..1b04257eb02 100644 --- a/content/rancher/v2.x/en/upgrades/upgrades/single-node-upgrade/_index.md +++ b/content/rancher/v2.x/en/upgrades/upgrades/single-node-upgrade/_index.md @@ -98,7 +98,7 @@ During upgrade, you create a copy of the data from your current Rancher containe >**Attention Let’s Encrypt Users:** > - >Remeber to append `--acme-domain ` to the run command, otherwise rancher will fall back to self signed certificates. + >Remember to append `--acme-domain ` to the run command, otherwise Rancher will fall back to using self signed certificates. >``` >docker run -d --volumes-from rancher-data --restart=unless-stopped -p 80:80 -p 443:443 rancher/rancher:latest --acme-domain >```