Skip to content

Commit 386ad58

Browse files
authored
fix: typo in command example (#105)
1 parent f1d4282 commit 386ad58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/configuration/automount_with_fstab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Your drive should now appear under `/media/windows`, and will appear there the n
135135
If you wish to create a link to your newly mounted drive in your home directory you can run the following
136136

137137
```sh
138-
❯ ln -s /media/windows ~/Windows`
138+
❯ ln -s /media/windows ~/Windows
139139
```
140140

141141
To show it worked

0 commit comments

Comments
 (0)