Skip to content

Commit 0cc04b0

Browse files
authored
Merge branch 'main' into lint-additional-old-data-refs
2 parents 9593298 + 7b776f8 commit 0cc04b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/developers/apps/setting-up-your-development-environment-to-create-a-github-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ end
220220

221221
#### Define a route handler
222222

223-
An empty route is included in the template code. This code handles all `POST` requests to the `/event_handler` route. You'll won't write this event handler in this quickstart, but see the other [quickstart guides](/apps/quickstart-guides/) for examples of how to extend this template app.
223+
An empty route is included in the template code. This code handles all `POST` requests to the `/event_handler` route. You won't write this event handler in this quickstart, but see the other [quickstart guides](/apps/quickstart-guides/) for examples of how to extend this template app.
224224
225225
``` ruby
226226
post '/event_handler' do

0 commit comments

Comments
 (0)