From b9cb03252fc9e4e6b64bde076aefed2f6e816e04 Mon Sep 17 00:00:00 2001 From: Asif Khan Date: Sun, 21 Oct 2018 20:52:10 +0600 Subject: [PATCH] Update line 7 to change 'an' with 'a' (#19586) Fixed a small typo on line 7 where it said 'an user' instead of 'a user'. --- docs/how-to-catch-outgoing-emails-locally.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/how-to-catch-outgoing-emails-locally.md b/docs/how-to-catch-outgoing-emails-locally.md index 93c28c3794..87dc7c8c42 100644 --- a/docs/how-to-catch-outgoing-emails-locally.md +++ b/docs/how-to-catch-outgoing-emails-locally.md @@ -4,7 +4,7 @@ ## Introduction -Some of the email workflows, like updating an user's email, requires the back-end api-server to send out emails. While developing you can use a tool to catch these emails locally, instead of having to use an email provider and send an actual email. MailHog is one such email testing tool for developers, that will catch the emails your local freeCodeCamp instance is sending. +Some of the email workflows, like updating a user's email, requires the back-end api-server to send out emails. While developing you can use a tool to catch these emails locally, instead of having to use an email provider and send an actual email. MailHog is one such email testing tool for developers, that will catch the emails your local freeCodeCamp instance is sending. ## Installing MailHog @@ -96,4 +96,4 @@ Any links in the email should be clickable. ## Useful Links -- For any other questions related to MailHog or for instructions on custom configurations, check out the [MailHog](https://github.com/mailhog/MailHog) repository. \ No newline at end of file +- For any other questions related to MailHog or for instructions on custom configurations, check out the [MailHog](https://github.com/mailhog/MailHog) repository.