Skip to content

Commit a8907d8

Browse files
committed
Fix typos
1 parent 84f7cf2 commit a8907d8

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

.github/PULL_REQUEST_TEMPLATE

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ Closes #2
2121
-
2222
-
2323

24-
If you have questions, please send an email to [Sendgrid](mailto:[email protected]), or file a Github Issue in this repository.
24+
If you have questions, please send an email to [SendGrid](mailto:[email protected]), or file a GitHub Issue in this repository.

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ A software bug is a demonstrable issue in the code base. In order for us to diag
4646

4747
Before you decide to create a new issue, please try the following:
4848

49-
1. Check the Github issues tab if the identified issue has already been reported, if so, please add a +1 to the existing post.
49+
1. Check the GitHub issues tab if the identified issue has already been reported, if so, please add a +1 to the existing post.
5050
2. Update to the latest version of this code and check if issue has already been fixed
5151
3. Copy and fill in the Bug Report Template we have provided below
5252

@@ -242,4 +242,4 @@ If you have any additional questions, please feel free to [email](mailto:dx@send
242242

243243
<a name="code-reviews"></a>
244244
## Code Reviews
245-
If you can, please look at open PRs and review them. Give feedback and help us merge these PRs much faster! If you don't know how, Github has some great [information on how to review a Pull Request](https://help.github.com/articles/about-pull-request-reviews/).
245+
If you can, please look at open PRs and review them. Give feedback and help us merge these PRs much faster! If you don't know how, GitHub has some great [information on how to review a Pull Request](https://help.github.com/articles/about-pull-request-reviews/).

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ echo "export SENDGRID_API_KEY='YOUR_API_KEY'" > sendgrid.env
5757
echo "sendgrid.env" >> .gitignore
5858
source ./sendgrid.env
5959
```
60-
Sendgrid also supports local environment file `.env`. Copy or rename `.env_sample` into `.env` and update [SENDGRID_API_KEY](https://app.sendgrid.com/settings/api_keys) with your key.
60+
SendGrid also supports local environment file `.env`. Copy or rename `.env_sample` into `.env` and update [SENDGRID_API_KEY](https://app.sendgrid.com/settings/api_keys) with your key.
6161

62-
### Windows
63-
Temporarily set the environment variable(accesible only during the current cli session):
62+
### Windows
63+
Temporarily set the environment variable(accessible only during the current cli session):
6464
```bash
6565
set SENDGRID_API_KEY=YOUR_API_KEY
6666
```

sendgrid/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
This library allows you to quickly and easily use the SendGrid Web API v3 via
33
Python.
44
5-
For more information on this library, see the README on Github.
5+
For more information on this library, see the README on GitHub.
66
https://github.com/sendgrid/sendgrid-python
77
For more information on the SendGrid v3 API, see the v3 docs:
88
http://sendgrid.com/docs/API_Reference/api_v3.html

sendgrid/helpers/endpoints/ip/unassigned.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def unassigned(data, as_json=False):
2121
and the usernames assigned to an IP
2222
2323
unassigned returns a listing of the IP addresses that are allocated
24-
but have 0 usera assigned
24+
but have 0 users assigned
2525
2626
2727
data (response.body from sg.client.ips.get())

sendgrid/sendgrid.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
This library allows you to quickly and easily use the SendGrid Web API v3 via
33
Python.
44
5-
For more information on this library, see the README on Github.
5+
For more information on this library, see the README on GitHub.
66
https://github.com/sendgrid/sendgrid-python
77
For more information on the SendGrid v3 API, see the v3 docs:
88
http://sendgrid.com/docs/API_Reference/api_v3.html

use_cases/aws.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Python 2.6, 2.7, 3.4, or 3.5 are supported by the sendgrid Python library, howev
1313

1414
Before starting this tutorial, you will need to have access to an AWS account in which you are allowed to provision resources. This tutorial also assumes you've already created a SendGrid account with free-tier access. Finally, it is highly recommended you utilize [virtualenv](https://virtualenv.pypa.io/en/stable/).
1515

16-
*DISCLAIMER*: Any resources provisioned here may result in charges being incurred to your account. Sendgrid is in no way responsible for any billing charges.
16+
*DISCLAIMER*: Any resources provisioned here may result in charges being incurred to your account. SendGrid is in no way responsible for any billing charges.
1717

1818

1919
## Getting Started
@@ -36,15 +36,15 @@ On the next menu, you have the option to choose what programming language you'll
3636

3737
Follow the steps on the next screen. Choose a name for your API key, such as "hello-email". Follow the remaining steps to create an environment variable, install the sendgrid module, and copy the test code. Once that is complete, check the "I've integrated the code above" box, and click the "Next: Verify Integration" button.
3838

39-
Assuming all the steps were completed correctly, you should be greeted with a success message. If not, go back and verify that everything is correct, including your API key environment varible, and Python code.
39+
Assuming all the steps were completed correctly, you should be greeted with a success message. If not, go back and verify that everything is correct, including your API key environment variable, and Python code.
4040

4141
## Deploy hello-world app using CodeStar
4242

43-
For the rest of the tutorial, we'll be working out of the git repository we cloned from AWS earlier:
43+
For the rest of the tutorial, we'll be working out of the Git repository we cloned from AWS earlier:
4444
```
4545
$ cd hello-email
4646
```
47-
note: this assumes you cloned the git repo inside your current directory. My directory is:
47+
note: this assumes you cloned the Git repo inside your current directory. My directory is:
4848

4949
```
5050
~/projects/hello-email
@@ -139,7 +139,7 @@ def handler(event, context):
139139
'headers': {'Content-Type': 'application/json'}}
140140
```
141141

142-
Note that for the most part, we've simply copied the intial code from the API verification with SendGrid. Some slight modifications were needed to allow it to run as a lambda function, and for the output to be passed cleanly from the API endpoint.
142+
Note that for the most part, we've simply copied the initial code from the API verification with SendGrid. Some slight modifications were needed to allow it to run as a lambda function, and for the output to be passed cleanly from the API endpoint.
143143

144144
Change the `[email protected]` emails appropriately so that you may receive the test email.
145145

use_cases/slack_event_api_integration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Integrate with Slack Events API
22

3-
It's fairly straightforward to integrate Sendgrid with Slack, to allow emails to be triggered by events happening on Slack.
3+
It's fairly straightforward to integrate SendGrid with Slack, to allow emails to be triggered by events happening on Slack.
44

55
For this, we make use of the [Official Slack Events API](https://github.com/slackapi/python-slack-events-api), which can be installed using pip.
66

77
To allow our application to get notifications of slack events, we first create a Slack App with Event Subscriptions as described [here](https://github.com/slackapi/python-slack-events-api#--development-workflow)
88

9-
Then, we set `SENDGRID_API_KEY` _(which you can create on the Sendgrid dashboard)_ and `SLACK_VERIFICATION_TOKEN` _(which you can get in the App Credentials section of the Slack App)_ as environment variables.
9+
Then, we set `SENDGRID_API_KEY` _(which you can create on the SendGrid dashboard)_ and `SLACK_VERIFICATION_TOKEN` _(which you can get in the App Credentials section of the Slack App)_ as environment variables.
1010

1111
Once this is done, we can subscribe to [events on Slack](https://api.slack.com/events) and trigger emails when an event occurs. In the example below, we trigger an email to `[email protected]` whenever someone posts a message on Slack that has the word "_help_" in it.
1212

use_cases/transational_templates.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Transactional Templates
22

3-
Sendgrid transactional templates let you leverage power of [handlebars](https://handlebarsjs.com/)
3+
SendGrid transactional templates let you leverage power of [handlebars](https://handlebarsjs.com/)
44
syntax to easily manage complex dynamic content in transactional emails.
55

66
For this example, we assume you have created a [transactional template](https://sendgrid.com/docs/User_Guide/Transactional_Templates/create_and_edit_transactional_templates.html). Following is the template content we used for testing.

0 commit comments

Comments
 (0)