From f1f0bd3cd1d3ec4fefe63cb930597c44cf8a665d Mon Sep 17 00:00:00 2001 From: Martine Ross Date: Wed, 16 Oct 2019 14:13:22 +0100 Subject: [PATCH] Update how-to-catch-outgoing-emails-locally.md (#37265) * Update how-to-catch-outgoing-emails-locally.md * Update docs/how-to-catch-outgoing-emails-locally.md Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> * Update how-to-catch-outgoing-emails-locally.md * Update how-to-catch-outgoing-emails-locally.md --- docs/how-to-catch-outgoing-emails-locally.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/how-to-catch-outgoing-emails-locally.md b/docs/how-to-catch-outgoing-emails-locally.md index 5ef3b1192a..76bde69985 100644 --- a/docs/how-to-catch-outgoing-emails-locally.md +++ b/docs/how-to-catch-outgoing-emails-locally.md @@ -34,9 +34,9 @@ When the installation completes, you can start [using MailHog](#using-mailhog). ### Installing MailHog on Windows -Download the latest version of MailHog from [MailHog's official repository](https://github.com/mailhog/MailHog/releases). Locate and click on the link for your Windows version (32 or 64 bit) and .exe file will be downloaded to your computer. +Download the latest version of MailHog from [MailHog's official repository](https://github.com/mailhog/MailHog/releases). Locate and click on the link for your Windows version (32 or 64 bit) and a .exe file will be downloaded to your computer. -When the download completes, click to open the file. A Windows firewall notification may appear requesting access permission for MailHog. A standard Windows command line prompt will open where MailHog will be running once firewall access is granted. +When the download completes, click to open the file. A Windows firewall notification may appear, requesting access permission for MailHog. A standard Windows command line prompt will open where MailHog will be running once firewall access is granted. Close MailHog by closing the command prompt window. To start MailHog again, click on the MailHog executable (.exe) file that was downloaded initially - it is not necessary to download a new MailHog intallation file. @@ -52,7 +52,7 @@ Run the following commands to install GO on Debian-based systems like Ubuntu and sudo apt-get install golang ``` -Run the following commands to install GO on RPM-based systems like CentOS, Fedora, Red Hat Linux, ect. +Run the following commands to install GO on RPM-based systems like CentOS, Fedora, Red Hat Linux, etc. ```bash sudo dnf install golang