Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
s/propogate/propagate/g

Spotted while researching sendgrid-nodejs issues.
  • Loading branch information
MikeRalphson authored Oct 16, 2016
1 parent 4f57575 commit 0d7b2e5
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 0d7b2e5

Please sign in to comment.