Skip to content

Commit

Permalink
Fix typos in Contributing.md (#26170) (#26172)
Browse files Browse the repository at this point in the history
Co-authored-by: Niko Hoffrén <niko.hoffren@gmail.com>
  • Loading branch information
GiteaBot and nikohoffren authored Jul 26, 2023
1 parent 72b55c8 commit e42c5af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
- [Backport PRs](#backport-prs)
- [Documentation](#documentation)
- [API v1](#api-v1)
- [GitHub API compatability](#github-api-compatability)
- [GitHub API compatibility](#github-api-compatibility)
- [Adding/Maintaining API routes](#addingmaintaining-api-routes)
- [When to use what HTTP method](#when-to-use-what-http-method)
- [Requirements for API routes](#requirements-for-api-routes)
Expand Down Expand Up @@ -339,7 +339,7 @@ If you add a new feature or change an existing aspect of Gitea, the documentatio

The API is documented by [swagger](http://try.gitea.io/api/swagger) and is based on [the GitHub API](https://docs.github.com/en/rest).

### GitHub API compatability
### GitHub API compatibility

Gitea's API should use the same endpoints and fields as the GitHub API as far as possible, unless there are good reasons to deviate. \
If Gitea provides functionality that GitHub does not, a new endpoint can be created. \
Expand Down

0 comments on commit e42c5af

Please sign in to comment.