From 38f0a5e7989e3bb525eca911eabfe0f2e56e66d5 Mon Sep 17 00:00:00 2001 From: Caleb Spradlin <35936986+cspradli@users.noreply.github.com> Date: Wed, 14 Nov 2018 10:27:53 -0500 Subject: [PATCH] Fixed typo on line 7 and 42 (#23229) changed "an user's" to "a user's" as well as added a comma after "First" on line 42 --- docs/how-to-catch-outgoing-emails-locally.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to-catch-outgoing-emails-locally.md b/docs/how-to-catch-outgoing-emails-locally.md index afc94d52a4..56aa937776 100644 --- a/docs/how-to-catch-outgoing-emails-locally.md +++ b/docs/how-to-catch-outgoing-emails-locally.md @@ -39,7 +39,7 @@ Next, you can go to [using MailHog](#using-mailhog). ### Installing MailHog on Linux -First install [Go](https://golang.org). +First, install [Go](https://golang.org). For Debian-based systems like Ubuntu and Linux Mint, run: