Skip to content

Commit

Permalink
Use standardised casing in "Handling errors" bullet points
Browse files Browse the repository at this point in the history
Thanks @nickfloyd 🥰!

Co-authored-by: Nick Floyd <139819+nickfloyd@users.noreply.github.com>
  • Loading branch information
timrogers and nickfloyd committed Apr 14, 2022
1 parent ec45c90 commit 7b17087
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 @@ -156,7 +156,7 @@ A range of different exceptions can be raised depending on the error returned
by the API - for example:

* A `400 Bad Request` response will lead to an `Octokit::BadRequest` error
* a `403 Forbidden` error with a "rate limited exceeded" message will lead
* A `403 Forbidden` error with a "rate limited exceeded" message will lead
to a `Octokit::TooManyRequests` error

All of the different exception classes inherit from `Octokit::Error` and
Expand Down

0 comments on commit 7b17087

Please sign in to comment.