Skip to content

Commit

Permalink
Merge pull request sendgrid#235 from MikeRalphson/patch-1
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
thinkingserious authored Oct 19, 2016
2 parents 4f57575 + 0d7b2e5 commit 3f3a52c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sendgrid/helpers/inbound/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Update your SendGrid Incoming Parse settings: [Settings Page](https://app.sendgr

Next, send an email to [anything]@inbound.yourdomain.com, then look at your Heroku logs: https://dashboard.heroku.com/apps/[name-of-your-app]/logs

While you are waiting for your MX records to propogate, you can test by using the test data sender:
While you are waiting for your MX records to propagate, you can test by using the test data sender:

```bash
git clone https://github.com/sendgrid/sendgrid-python.git
Expand Down Expand Up @@ -115,7 +115,7 @@ This module parses the incoming POST data from a [Flask request object](http://f

## send.py & /sample_data

This module is used to send sample test data. It is useful for testing and development, particularly while you wait for your MX records to propogate.
This module is used to send sample test data. It is useful for testing and development, particularly while you wait for your MX records to propagate.

<a name="testing"></a>
# Testing the Source Code
Expand Down

0 comments on commit 3f3a52c

Please sign in to comment.