Skip to content

Commit 3b77ea6

Browse files
bene2k1RoRoJ
andauthored
Apply suggestions from code review
Co-authored-by: Rowena Jones <[email protected]>
1 parent 85fcb88 commit 3b77ea6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tutorials/glusterfs/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Before installing GlusterFS, ensure each Instance can resolve the others via the
103103

104104
### Attaching Scaleway Block Storage
105105

106-
1. Create and Attach Scaleway Block Storage to each Instance:
106+
1. Create and attach Scaleway Block Storage to each Instance:
107107
- From the Scaleway Console, [create a new Block Storage volume](/storage/block/how-to/create-a-volume/) for each GlusterFS server.
108108
- Attach each volume to the respective Instance.
109109
- Once attached, log into each Instance and check if the block storage is recognized:
@@ -127,7 +127,7 @@ Before installing GlusterFS, ensure each Instance can resolve the others via the
127127
mount /dev/sdb /mnt/glusterfs
128128
```
129129

130-
4. Add the block storage to `/etc/fstab` to ensure it mounts automatically after reboot:
130+
4. Add the Block Storage to `/etc/fstab` to ensure it mounts automatically after reboot:
131131
```
132132
/dev/sdb /mnt/glusterfs ext4 defaults 0 0
133133
```

tutorials/setup-postfix-ubuntu-bionic/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ You learn also how to install a Roundcube webmail interface to be able to read y
6464
```
6565

6666
During the setup, provide answers to secure your MariaDB installation (set the root password, remove anonymous users, disallow remote root login, etc.).
67-
Refer to [Installing and Securing MariaDB](/tutorials/mariadb-ubuntu-bionic/) for furher details regarding the configuration of MariaDB.
67+
Refer to [Installing and Securing MariaDB](/tutorials/mariadb-ubuntu-bionic/) for further details regarding the configuration of MariaDB.
6868

6969

7070
## Install and configure PostfixAdmin

0 commit comments

Comments
 (0)