diff --git a/Networking.md b/Networking.md
index 20af2f8..1198d8a 100644
--- a/Networking.md
+++ b/Networking.md
@@ -31,7 +31,7 @@ enabled, click Disable. From the "Attached To" combo box, select
#### Step 2: Forward port 21
-Because xemu is configured to use "user networking", we must configure xemu
+Because xemu is configured to use "user networking," we must configure xemu
to forward FTP traffic on the host machine to the internal network. There is
not a fancy GUI to do this yet, but we can easily do this using the monitor.
@@ -77,7 +77,7 @@ You can now open the "Site Manager" window again, select "xemu", and click the <
More details about the FTP protocol for the curious...
-FTP has two modes, passive and active.
+FTP has two modes: passive and active.
Passive mode involves the client first connecting to the server for control and
then again on another port other for data. The client first connects, then the