mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-04 09:19:06 +01:00
Fix typos in Contributing.md (#26170)
Fixed typos considering CONTRIBUTING.md. This line: GitHub API compatability #github-api-compatability changed to: GitHub API compatibility #github-api-compatibility and this line: GitHub API compatability changed to: GitHub API compatibility
This commit is contained in:
parent
36732005b4
commit
6ce89883eb
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@
|
||||||
- [Backport PRs](#backport-prs)
|
- [Backport PRs](#backport-prs)
|
||||||
- [Documentation](#documentation)
|
- [Documentation](#documentation)
|
||||||
- [API v1](#api-v1)
|
- [API v1](#api-v1)
|
||||||
- [GitHub API compatability](#github-api-compatability)
|
- [GitHub API compatibility](#github-api-compatibility)
|
||||||
- [Adding/Maintaining API routes](#addingmaintaining-api-routes)
|
- [Adding/Maintaining API routes](#addingmaintaining-api-routes)
|
||||||
- [When to use what HTTP method](#when-to-use-what-http-method)
|
- [When to use what HTTP method](#when-to-use-what-http-method)
|
||||||
- [Requirements for API routes](#requirements-for-api-routes)
|
- [Requirements for API routes](#requirements-for-api-routes)
|
||||||
|
@ -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).
|
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. \
|
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. \
|
If Gitea provides functionality that GitHub does not, a new endpoint can be created. \
|
||||||
|
|
Loading…
Reference in a new issue