Skip to content

Commit 58826f5

Browse files
committed
Minor typos
1 parent 26060e3 commit 58826f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/webhooks/configuring/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ to the Internet.
3939

4040
## Writing the server
4141

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

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

0 commit comments

Comments
 (0)