Skip to content

Commit

Permalink
docs(README): minor grammatical improvement (#2582)
Browse files Browse the repository at this point in the history
minor grammatical change

Current line "In most cases you can use the App or OAuthApp SDK which provide APIs and internal wiring to cover most usecase." is a little confusing and seems to repeat "use case" and maybe suffered some copy/paste damage?
  • Loading branch information
KyleCartmell authored Nov 26, 2023
1 parent 36c2461 commit 36254ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ await octokit.rest.issues.create({
});
```

In most cases you can use the [`App`](#github-app) or [`OAuthApp`](#oauth-app) SDK which provide APIs and internal wiring to cover most usecase.
You can use the [`App`](#github-app) or [`OAuthApp`](#oauth-app) SDKs which provide APIs and internal wiring to cover most use cases.

For example, to implement the above using `App`

Expand Down

0 comments on commit 36254ed

Please sign in to comment.