Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/webhooks/configuring/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ to the Internet.

## Writing the server

Now comes the fun part! We want out server to listen to `POST` requests, at `/payload`,
Now comes the fun part! We want our server to listen to `POST` requests, at `/payload`,
because that's where we told GitHub our webhook URL was. Since ngrok is exposing
our local environment, we don't need to set up a real server someone online, and
our local environment, we don't need to set up a real server somewhere online, and
can happily test out our code locally.

Let's set up a little Sinatra app to do something with the information. Our initial
Expand Down