Skip to content

Commit

Permalink
docs(README): fix closing <code> tag (#2458)
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m authored May 25, 2023
1 parent 2d632d2 commit abc9284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The `octokit` package integrates the three main Octokit libraries
- [`Octokit` API Client](#octokit-api-client)
- [Constructor options](#constructor-options)
- [Authentication](#authentication)
- [Proxy Servers](#proxy-servers-nodejs-only)
- [Proxy Servers (Node.js only)](#proxy-servers-nodejs-only)
- [REST API](#rest-api)
- [`octokit.rest` endpoint methods](#octokitrest-endpoint-methods)
- [`octokit.request()`](#octokitrequest)
Expand Down Expand Up @@ -159,7 +159,7 @@ const octokit = new Octokit({
<code>authStrategy</code>
</th>
<td>
<code>Function<code>
<code>Function</code>
</td>
<td>

Expand Down

0 comments on commit abc9284

Please sign in to comment.