From c9e3300d72f8ac434d2e3886ad1df1d0ccc902d1 Mon Sep 17 00:00:00 2001 From: Ekta <92643605+yoyoekta@users.noreply.github.com> Date: Mon, 12 Dec 2022 14:45:58 +0530 Subject: [PATCH] docs : Update how-to-catch-outgoing-emails-locally.md (#48724) Updated .exe -> `.exe` --- 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 a1324042b8f..eb81980ff2e 100644 --- a/docs/how-to-catch-outgoing-emails-locally.md +++ b/docs/how-to-catch-outgoing-emails-locally.md @@ -50,11 +50,11 @@ When the installation completes, you can start [using MailHog](#using-mailhog).
Installing MailHog on Windows -Download the latest version of MailHog from [MailHog's official repository](https://github.com/mailhog/MailHog/releases). Locate and click on the link for your Windows version (32 or 64 bit) and a .exe file will be downloaded to your computer. +Download the latest version of MailHog from [MailHog's official repository](https://github.com/mailhog/MailHog/releases). Locate and click on the link for your Windows version (32 or 64 bit) and a `.exe` file will be downloaded to your computer. When the download completes, click to open the file. A Windows firewall notification may appear, requesting access permission for MailHog. A standard Windows command line prompt will open where MailHog will be running once firewall access is granted. -Close MailHog by closing the command prompt window. To start MailHog again, click on the MailHog executable (.exe) file that was downloaded initially - it is not necessary to download a new MailHog installation file. +Close MailHog by closing the command prompt window. To start MailHog again, click on the MailHog executable (`.exe`) file that was downloaded initially - it is not necessary to download a new MailHog installation file. Start [using MailHog](#using-mailhog).