Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

Commit

Permalink
Corrected spelling mistakes (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratracegrad authored and raisedadead committed Oct 4, 2019
1 parent 047a530 commit 6c04b59
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/aws_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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=
Expand Down
4 changes: 2 additions & 2 deletions docs/docs-hugo-templates/content/google-api-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.
4 changes: 2 additions & 2 deletions docs/docs-hugo-templates/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
We want to help nonprofits manage their email campaigns as inexpensively as possible, and have full control over their data.

0 comments on commit 6c04b59

Please sign in to comment.