Skip to content

Commit 36254ed

Browse files
authored
docs(README): minor grammatical improvement (octokit#2582)
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?
1 parent 36c2461 commit 36254ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ await octokit.rest.issues.create({
372372
});
373373
```
374374

375-
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.
375+
You can use the [`App`](#github-app) or [`OAuthApp`](#oauth-app) SDKs which provide APIs and internal wiring to cover most use cases.
376376

377377
For example, to implement the above using `App`
378378

0 commit comments

Comments
 (0)