We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f90536d + 58826f5 commit a5311d7Copy full SHA for a5311d7
content/webhooks/configuring/index.md
@@ -39,9 +39,9 @@ to the Internet.
39
40
## Writing the server
41
42
-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`,
43
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
+our local environment, we don't need to set up a real server somewhere online, and
45
can happily test out our code locally.
46
47
Let's set up a little Sinatra app to do something with the information. Our initial
0 commit comments