From 6c04b593bb68baee7632fc45edce7c6016f18cfe Mon Sep 17 00:00:00 2001 From: Jennifer Bland Date: Fri, 4 Oct 2019 06:28:45 -0400 Subject: [PATCH] Corrected spelling mistakes (#322) --- docs/aws_deploy.md | 6 +++--- docs/docs-hugo-templates/content/google-api-guide.md | 4 ++-- docs/docs-hugo-templates/content/index.md | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/aws_deploy.md b/docs/aws_deploy.md index 96a4f3ff..ba4fdec9 100644 --- a/docs/aws_deploy.md +++ b/docs/aws_deploy.md @@ -235,8 +235,8 @@ In the left menu, select **Dashboard**. Now select **Enable API**, search for `G In the left menu, select **Credentials**. Then click **Create Credentials** > **OAuth client ID**. Select **Web Application**. Name it as you wish - - Under **Authorised Javascript Origins** put the “Public DNS (IPv4)” you received from Amazon earlier. - - Under **Authorised redirect URIs** put your “Public DNS (IPv4)” followed by `/auth/google/callback`. + - Under **Authorized Javascript Origins** put the “Public DNS (IPv4)” you received from Amazon earlier. + - Under **Authorized redirect URIs** put your “Public DNS (IPv4)” followed by `/auth/google/callback`. ![](resources/deploy_images/google_origins.png) @@ -274,7 +274,7 @@ GOOGLE_CONSUMER_KEY= # E.g abcdefQVw1ghijzeaQklmnop GOOGLE_CONSUMER_SECRET= # The URL Google will send you back to after logging in. - # It must match what is under "Authorised redirect URIs" in the Google Dashboard exactly + # It must match what is under "Authorized redirect URIs" in the Google Dashboard exactly GOOGLE_CALLBACK= # A random, preferably long sequence of characters. You do not need to remember this. ENCRYPTION_PASSWORD= diff --git a/docs/docs-hugo-templates/content/google-api-guide.md b/docs/docs-hugo-templates/content/google-api-guide.md index ddf14259..1d988cca 100644 --- a/docs/docs-hugo-templates/content/google-api-guide.md +++ b/docs/docs-hugo-templates/content/google-api-guide.md @@ -6,5 +6,5 @@ date: 2017-09-30T16:56:37-05:00 1. Login to [Google API Manager](https://console.developers.google.com/apis/). 2. In the left menu, select **Dashboard**. Now select **Enable API**, search for `Google+` and select it. At the top of the screen, ensure it's enabled by clicking on **Enable**. 3. In the left menu, select **Credentials**. Then click **Create Credentials** > **OAuth client ID**. -4. Select **Web Application**. Name is as you wish, but under **Authorised Javascript Origins** put `http://localhost:8080`, and under **Authorised redirect URIs** put `http://localhost:8080/auth/google/callback`. -5. Click **Create**. You will now have a Client ID and Client Secret. In your .env file, put the Client ID as your GOOGLE_CONSUMER_KEY, and the Client Secret as your GOOGLE_CONSUMER_SECRET. \ No newline at end of file +4. Select **Web Application**. Name is as you wish, but under **Authorized Javascript Origins** put `http://localhost:8080`, and under **Authorized redirect URIs** put `http://localhost:8080/auth/google/callback`. +5. Click **Create**. You will now have a Client ID and Client Secret. In your .env file, put the Client ID as your GOOGLE_CONSUMER_KEY, and the Client Secret as your GOOGLE_CONSUMER_SECRET. diff --git a/docs/docs-hugo-templates/content/index.md b/docs/docs-hugo-templates/content/index.md index 490c5eff..eee46ffe 100644 --- a/docs/docs-hugo-templates/content/index.md +++ b/docs/docs-hugo-templates/content/index.md @@ -33,7 +33,7 @@ With Mail for Good you can: - Send email campaigns of unlimited size. - Import emails saved in CSV format. - Create templates to reuse for convenience when sending email campaigns. -- Track bounce rate and other standard metrics. You can also insert tracking pixels and unsubcribe links at the click of a button. +- Track bounce rate and other standard metrics. You can also insert tracking pixels and unsubscribe links at the click of a button. - Add custom fields to imported email lists such as names or cities. - Grant other users (limited or otherwise) permissions to use your account on your behalf. - Add embedded HTML newsletter sign up forms to your site. These are snippets of code that will let your users sign up with you at the click of a button. @@ -46,4 +46,4 @@ Mail for Good is fast and scales to the rate limit enforced by AWS. ## Why are we doing this? -We want to help nonprofits manage their email campaigns as inexpensively as possible, and have full control over their data. \ No newline at end of file +We want to help nonprofits manage their email campaigns as inexpensively as possible, and have full control over their data.