Skip to content

Commit

Permalink
docs: update ToC for README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
prettier-toc-me[bot] committed Jul 5, 2023
1 parent 76bf77d commit 18d0c6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ const { lastIssues } = await octokit.graphql(
{
owner: "octokit",
repo: "graphql.js",
},
}
);
```

Expand All @@ -641,7 +641,7 @@ await octokit.graphql(
mediaType: {
previews: ["bane"],
},
},
}
);
```

Expand Down Expand Up @@ -790,7 +790,7 @@ const { token } = await app.oauth.createToken({
async onVerification(verification) {
await sendMessageToUser(
request.body.phoneNumber,
`Your code is ${verification.user_code}. Enter it at ${verification.verification_uri}`,
`Your code is ${verification.user_code}. Enter it at ${verification.verification_uri}`
);
},
});
Expand Down

0 comments on commit 18d0c6a

Please sign in to comment.