From d17c927886cc3817f29b6011d1ac8834233897ee Mon Sep 17 00:00:00 2001 From: acolytec3 Date: Thu, 2 May 2019 07:12:28 -0400 Subject: [PATCH] Correct reference to SendGrid --- docs/THIRD_PARTY_SETUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/THIRD_PARTY_SETUP.md b/docs/THIRD_PARTY_SETUP.md index 558e7bc1ab4..a7f53416e19 100644 --- a/docs/THIRD_PARTY_SETUP.md +++ b/docs/THIRD_PARTY_SETUP.md @@ -43,7 +43,7 @@ For example, if `settings.GITHUB_API_USER == gitcoinco` only `github.com/gitcoin 1. Create a new SendGrid Account at https://sendgrid.com 2. Go to [https://app.sendgrid.com/settings/api_keys](https://app.sendgrid.com/settings/api_keys) and create a new Sendgrid API key: -Update the `web/app/app/.env` file to include the values provided by Github: +Update the `web/app/app/.env` file to include the values provided by SendGrid: ```shell SENDGRID_API_KEY=xxx