Skip to content

Commit 191159f

Browse files
committed
Doc: Fix grammar
1 parent 80a788d commit 191159f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

twilio_sendgrid/02_send_emails_using_sendgrid.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Send Emails Using Twilio SendGrid
22

3-
Setting up an email service for your application is always difficult. You can choose to set everything up yourself or use a third party email service. The most ideal approach, all factors considered, is always to favour the simplicity of a dedicated email service.
3+
Setting up an email service for your application is always difficult. You can choose to set everything up yourself or use a third-party email service. The most ideal approach, all factors considered, is always to favor the simplicity of a dedicated email service.
44

5-
In the tutorial [Email Support In Flask](/email_support_in_flask.md), we went over how you can use the Flask-Mail extension to set an email infrastructure for your application. In this article, you will learn how to integrate Twilio SendGrid in a similar application.
5+
In the tutorial [Email Support In Flask](/email_support_in_flask.md), we went over how you can use the Flask-Mail extension to set an email infrastructure for your application. In this article, you will learn how to integrate Twilio SendGrid into a similar application.
66

77
## Requiremets
88

@@ -21,7 +21,7 @@ Then, click on the blue "Create API" button.
2121

2222
![Create API Key](/images/sendgrid/send_emails/create_api_key.png)
2323

24-
Fill in the details and select "Full Access" for permissions. This will allow you to perform all email sending functions.
24+
Fill in the details and select "Full Access" for permissions. This will allow you to perform all email-sending functions.
2525

2626
![Name API Key](/images/sendgrid/send_emails/name_api_key.png)
2727

0 commit comments

Comments
 (0)