Skip to content

Commit 2c3ebde

Browse files
authored
Merge pull request #1582 from jsgv/patch-1
Markdown grammar fixes
2 parents dc3a572 + 9800811 commit 2c3ebde

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)