Fixes minor typo in how-to-catch-outgoing-emails-locally.md (#37554)

This commit is contained in:
ketigid 2019-10-26 11:51:47 +08:00 committed by Randell Dawson
parent 1a019f952b
commit c0d75ed3b1

View File

@ -72,7 +72,7 @@ echo 'export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin' >> ~/.profile
source ~/.profile
```
Finally, enter the commanads below to install and run MailHog.
Finally, enter the commands below to install and run MailHog.
```bash
go get github.com/mailhog/MailHog