Skip to content

Commit 476bd79

Browse files
bene2k1RoRoJ
andauthored
Apply suggestions from code review
Co-authored-by: Rowena Jones <[email protected]>
1 parent 14fee8a commit 476bd79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/dedibox-scaleway/reference-content/mount-fs-in-resuce-mode.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ This procedure is commonly used to diagnose and repair issues on the root disk (
106106
chroot /mnt/root
107107
```
108108

109-
9. Unmount and clean up once you are done.
109+
10. Unmount and clean up once you are done.
110110
Exit chroot first (if used):
111111
```bash
112112
exit
@@ -137,7 +137,7 @@ mount -t ext4 /dev/sdaX /mnt/root
137137
```
138138

139139
### Encrypted partitions (LUKS)
140-
If you partition is encrypted, you have to open it prior to mounting it:
140+
If your partition is encrypted, you have to open it before mounting it:
141141
```bash
142142
cryptsetup luksOpen /dev/sdaX encrypted_root
143143
mount /dev/mapper/encrypted_root /mnt/root

0 commit comments

Comments
 (0)