Skip to content

Commit 855374f

Browse files
authored
docs: fix typo in octokit (#59)
chore: fix typo in octokit
1 parent 8c08393 commit 855374f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ By default you authenticate using a token, but you can use any [authentication s
5959

6060
### REST API requests and GraphQL queries
6161

62-
`@ocotkit/octokit` is built on [`@octokit/core`](https://github.com/octokit/core.js#readme). You can send requests to GitHub's REST API using [`octokit.request`](https://github.com/octokit/core.js#rest-api-example) and GraphQL queries [`octokit.graphql`](https://github.com/octokit/core.js#graphql-example).
62+
`@octokit/octokit` is built on [`@octokit/core`](https://github.com/octokit/core.js#readme). You can send requests to GitHub's REST API using [`octokit.request`](https://github.com/octokit/core.js#rest-api-example) and GraphQL queries [`octokit.graphql`](https://github.com/octokit/core.js#graphql-example).
6363

6464
### Logging
6565

0 commit comments

Comments
 (0)