diff --git a/content/rancher/v2.x/en/backups/v2.5/configuration/backup-config/_index.md b/content/rancher/v2.x/en/backups/v2.5/configuration/backup-config/_index.md index a083f741b66..930d5339946 100644 --- a/content/rancher/v2.x/en/backups/v2.5/configuration/backup-config/_index.md +++ b/content/rancher/v2.x/en/backups/v2.5/configuration/backup-config/_index.md @@ -139,8 +139,8 @@ data: secretKey: ``` -Make sure to encode the keys in base64 in YAML file. -Run the following command to encode the keys in base64. +Make sure to encode the keys to base64 in YAML file. +Run the following command to encode the keys. ``` echo -n "your_key" |base64 ```