summaryrefslogtreecommitdiffstats
path: root/docs/content/doc/developers/api-usage.en-us.md
diff options
context:
space:
mode:
authorqwerty287 <80460567+qwerty287@users.noreply.github.com>2021-12-24 04:56:57 +0100
committerGitHub <noreply@github.com>2021-12-24 11:56:57 +0800
commit5754080eb9b13e3446443bc7c17cd53d160dfdf2 (patch)
tree1322ff6aba97c24905380def413af01e67d2d4f7 /docs/content/doc/developers/api-usage.en-us.md
parenta5df7ba6bf57c764b1c5e4c67dbbdf5b115765c9 (diff)
downloadgitea-5754080eb9b13e3446443bc7c17cd53d160dfdf2.tar.gz
gitea-5754080eb9b13e3446443bc7c17cd53d160dfdf2.zip
Fix various typos of software names (#18083)
* `git` -> `Git` * `Github` and `github` -> `GitHub` * `crowdin` -> `Crowdin` * `git-lfs` -> `Git LFS` * `githooks`, `git hooks`, `git-hooks` -> `Git Hooks` * `discord` -> `Discord` * `2fa` -> `2FA` * `gitlab` and `Gitlab` -> `GitLab` * `web hook` -> `webhook` * `linux` -> `Linux` * `sqlite` -> `SQLite` * `MYSQL` and `mysql` -> `MySQL` * rename refs to `master` branch -> `main` * Fix English grammar
Diffstat (limited to 'docs/content/doc/developers/api-usage.en-us.md')
-rw-r--r--docs/content/doc/developers/api-usage.en-us.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/doc/developers/api-usage.en-us.md b/docs/content/doc/developers/api-usage.en-us.md
index 06cbc9b72e..57702a6ee8 100644
--- a/docs/content/doc/developers/api-usage.en-us.md
+++ b/docs/content/doc/developers/api-usage.en-us.md
@@ -110,8 +110,8 @@ the `token=` string in a GET request.
API Reference guide is auto-generated by swagger and available on:
`https://gitea.your.host/api/swagger`
-or on
-[gitea demo instance](https://try.gitea.io/api/swagger)
+or on the
+[Gitea demo instance](https://try.gitea.io/api/swagger)
The OpenAPI document is at:
`https://gitea.your.host/swagger.v1.json`