From 4193a0dd983f151f5c075c523bf5a9d86581df0c Mon Sep 17 00:00:00 2001 From: Byungjin Park Date: Thu, 25 Oct 2018 01:25:26 +0900 Subject: [PATCH] Fix typo in USE_CASES.md --- packages/mail/USE_CASES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/mail/USE_CASES.md b/packages/mail/USE_CASES.md index 29e82a4ef..695f9ee19 100644 --- a/packages/mail/USE_CASES.md +++ b/packages/mail/USE_CASES.md @@ -821,7 +821,7 @@ sgMail.send(msg); This will enable you to send a simple message to be sent to your email. 7. If you have followed all steps till here. Your app should work fine in local. Now it's time to deploy in Azure. -8. Follow the guide on [depolying to azure](https://docs.microsoft.com/en-us/azure/app-service/app-service-deploy-local-git) to the word. It might seem a little challenging to navigate with so many options but once you crack it, It will be a cakewalk. +8. Follow the guide on [deploying to azure](https://docs.microsoft.com/en-us/azure/app-service/app-service-deploy-local-git) to the word. It might seem a little challenging to navigate with so many options but once you crack it, It will be a cakewalk. 9. Now as soon as you deploy your application, it will run on the aforementioned port. You will again receive a message in your inbox. 10. And Voila you have your app deployed and sending Emails via Azure. Now you can chain your custom logic if you need to send emails as per some parameters and to specific people as per your requirement. @@ -953,4 +953,4 @@ Alternatively, we can post events to a URL of your choice via our [Event Webhook } res.sendStatus(200) }) - ``` \ No newline at end of file + ```