From c0d75ed3b1cb6468123724f8361d642c55d6ae5b Mon Sep 17 00:00:00 2001 From: ketigid Date: Sat, 26 Oct 2019 11:51:47 +0800 Subject: [PATCH] Fixes minor typo in how-to-catch-outgoing-emails-locally.md (#37554) --- 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 35ba5d5eec..fe0a3250e3 100644 --- a/docs/how-to-catch-outgoing-emails-locally.md +++ b/docs/how-to-catch-outgoing-emails-locally.md @@ -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