Skip to content

Commit ad552b2

Browse files
committed
fix(gen): fix typo
1 parent e53ee18 commit ad552b2

File tree

1 file changed

+4
-4
lines changed
  • tutorials/migrate-dedibox-to-elastic-metal

1 file changed

+4
-4
lines changed

tutorials/migrate-dedibox-to-elastic-metal/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ We use **Duplicity** to encrypt the backup and upload it to Object Storage. Then
2525
- [Owner](/iam/concepts/#owner) status or appropriate [IAM permissions](/iam/concepts/#permission)
2626
- An [SSH key](/organizations-and-projects/how-to/create-ssh-key/)
2727
- A Dedibox server
28-
- A [created](/elastic-metal/how-to/create-server/) and [installed](/elastic-metal/how-to/install-server/) Elastic Metal server
28+
- [Created](/elastic-metal/how-to/create-server/) and [installed](/elastic-metal/how-to/install-server/) an Elastic Metal server
2929

30-
## Creating an Object Storage Bucket
30+
## Creating an Object Storage bucket
3131

3232
1. Log in to the Scaleway console.
3333
2. Click **Storage** on the side menu to view your buckets.
3434
3. Click **Create a Bucket**, enter a unique name (lowercase alphanumeric characters only), and validate.
3535
4. Ensure the correct **region** is selected (e.g., `s3.fr-par.scw.cloud`, `s3.nl-ams.scw.cloud`).
3636

37-
## Installing Software Requirements on the Dedibox Server
37+
## Installing software requirements on the Dedibox Server
3838

3939
<Message type="note">
4040
To ensure entropy for generating a GPG key, install and run [Haveged](https://github.com/jirka-h/haveged).
@@ -52,7 +52,7 @@ python3 -m pip install --upgrade pip
5252

5353
Choose one of the following installation methods, depending on whether you want to install for all users or just the current user:
5454

55-
#### Install for all users (Recommended)
55+
#### Install for all users (recommended)
5656
```sh
5757
sudo pipx --global install duplicity
5858
```

0 commit comments

Comments
 (0)