Skip to content

Commit f3e5366

Browse files
nikohoffrenGiteaBot
authored andcommitted
Fix typos in Contributing.md (go-gitea#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
1 parent 72b55c8 commit f3e5366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
- [Backport PRs](#backport-prs)
3535
- [Documentation](#documentation)
3636
- [API v1](#api-v1)
37-
- [GitHub API compatability](#github-api-compatability)
37+
- [GitHub API compatibility](#github-api-compatibility)
3838
- [Adding/Maintaining API routes](#addingmaintaining-api-routes)
3939
- [When to use what HTTP method](#when-to-use-what-http-method)
4040
- [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
339339

340340
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).
341341

342-
### GitHub API compatability
342+
### GitHub API compatibility
343343

344344
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. \
345345
If Gitea provides functionality that GitHub does not, a new endpoint can be created. \

0 commit comments

Comments
 (0)