Skip to content

Commit

Permalink
chore: fix typo in README (#2260)
Browse files Browse the repository at this point in the history
fix typo in README
  • Loading branch information
bricker committed Jul 25, 2022
1 parent 1a2c993 commit 45eefdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -642,7 +642,7 @@ Webhook event requests are signed using the webhook secret, which is also part o

The `app.webhooks.*` APIs provide methods to receiving, verifying, and handling webhook events.

Exmaple: create a comment on new issues
Example: create a comment on new issues

```js
import { App, createNodeMiddleware } from "octokit";
Expand Down

0 comments on commit 45eefdd

Please sign in to comment.