summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorelectrikmilk <brandonjordan124@gmail.com>2022-02-06 17:29:11 -0500
committerBrian Gianforcaro <b.gianfo@gmail.com>2022-02-06 23:50:20 +0000
commitebfd296016cb6e533ee3dee25e32cc7e26e8b440 (patch)
tree43af9a433a949eb4b975f6a6a2a41850ca8e634b /Documentation
parent627ad6c37c7f71026188721315e4821a6aa22f27 (diff)
downloadserenity-ebfd296016cb6e533ee3dee25e32cc7e26e8b440.zip
Documentation: Small fixes to transferring files documentation
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/TransferringFiles.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/TransferringFiles.md b/Documentation/TransferringFiles.md
index 81113ea474..b3ff5df173 100644
--- a/Documentation/TransferringFiles.md
+++ b/Documentation/TransferringFiles.md
@@ -13,11 +13,11 @@ Then we just open `localhost:8000` on our host machine :^)
![](WebServer_localhost.png)
-**NOTE:** Due to the fact that same browsers download unrecognized files as plain text, you may want to use something like `wget` to download the file **as is** instead. Otherwise the file may appear corrupted when the system tries to load it.
+**NOTE:** Due to the fact that some browsers download unrecognized files as plain text, you may want to use something like `wget` to download the file **as is** instead. Otherwise the file may appear corrupted when the system tries to load it.
-## Method 2: Mount disk_image
+## Method 2: Mount the disk image
-Another way is to mount Serenity's disk_image to your host machine by using the following command on *nix systems (or inside WSL):
+Another way is to mount Serenity's `_disk_image` to your host machine by using the following command on *nix systems (or inside WSL):
```console
cd "Build/${SERENITY_ARCH}"