Fixed grammar and sentence structure in "Introduction" (#20919)

* Fixed grammar and sentence structure in "Introduction"

* Update how-to-catch-outgoing-emails-locally.md

https://www.quora.com/Is-it-an-user-or-a-user
This commit is contained in:
llamousse
2018-11-05 12:05:58 -08:00
committed by Paul Gamble
parent 68d264a354
commit 9e6621edf5

View File

@ -4,7 +4,7 @@
## Introduction ## Introduction
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. Some of the email workflows, like updating a user's email, requires the back-end api-server to send emails out. While developing, you can use a tool to catch these emails locally instead of having to use an email provider to send an actual email. MailHog is an email testing tool for developers that will catch the emails your local freeCodeCamp instance is sending.
## Installing MailHog ## Installing MailHog