diff options
author | Giteabot <teabot@gitea.io> | 2023-07-27 03:46:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-26 14:46:13 -0500 |
commit | e42c5afadb423de50eca81d48138e3049ba4aad8 (patch) | |
tree | ca0772117f93dcc8bef36bd4e324e02bb3c73f5e | |
parent | 72b55c8094f2bd31c385015e204224ac21c7c288 (diff) | |
download | gitea-e42c5afadb423de50eca81d48138e3049ba4aad8.tar.gz gitea-e42c5afadb423de50eca81d48138e3049ba4aad8.zip |
Fix typos in Contributing.md (#26170) (#26172)
Co-authored-by: Niko Hoffrén <niko.hoffren@gmail.com>
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3710aa5fe2..704ad4d547 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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) @@ -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. \ |