Skip to content

Commit

Permalink
docs: fixing typos in README (#2557)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadienvan authored Oct 6, 2023
1 parent 0c12576 commit 941c584
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 @@ -43,7 +43,7 @@ The `octokit` package integrates the three main Octokit libraries
## Features

- **Complete**. All features of GitHub's platform APIs are covered.
- **Prescriptive**. All recommended best practises are implemented.
- **Prescriptive**. All recommended best practices are implemented.
- **Universal**. Works in all modern browsers, [Node.js](https://nodejs.org/), and [Deno](https://deno.land/).
- **Tested**. All libraries have a 100% test coverage.
- **Typed**. All libraries have extensive TypeScript declarations.
Expand Down Expand Up @@ -737,7 +737,7 @@ for await (const { octokit, repository } of app.eachRepository.iterator()) {
foo: "bar",
},
});
console.log("Event distpatched for %s", repository.full_name);
console.log("Event dispatched for %s", repository.full_name);
}
```

Expand Down

0 comments on commit 941c584

Please sign in to comment.