summaryrefslogtreecommitdiffstats
path: root/docs/content/doc/developers
diff options
context:
space:
mode:
authorIkko Ashimine <eltociear@gmail.com>2021-05-19 02:35:59 +0900
committerGitHub <noreply@github.com>2021-05-18 19:35:59 +0200
commit3e068fcdcb4b2ab9fd96c60d0a953b8ea89a5604 (patch)
treef1a1891e6dbfa4e4cb9293deba3865d3e818e843 /docs/content/doc/developers
parent1da0d156bc335d01f6ce99aa41d2b8d9677bdbbc (diff)
downloadgitea-3e068fcdcb4b2ab9fd96c60d0a953b8ea89a5604.tar.gz
gitea-3e068fcdcb4b2ab9fd96c60d0a953b8ea89a5604.zip
Fix typo in hacking-on-gitea.en-us.md (#15918)
* continously -> continuously * continous -> continuous
Diffstat (limited to 'docs/content/doc/developers')
-rw-r--r--docs/content/doc/developers/hacking-on-gitea.en-us.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/doc/developers/hacking-on-gitea.en-us.md b/docs/content/doc/developers/hacking-on-gitea.en-us.md
index ede693ce17..360a46d20f 100644
--- a/docs/content/doc/developers/hacking-on-gitea.en-us.md
+++ b/docs/content/doc/developers/hacking-on-gitea.en-us.md
@@ -127,7 +127,7 @@ See `make help` for all available `make` targets. Also see [`.drone.yml`](https:
## Building continuously
-To run and continously rebuild when source files change:
+To run and continuously rebuild when source files change:
```bash
make watch
@@ -216,7 +216,7 @@ You should validate your generated Swagger file and spell-check it with:
make swagger-validate misspell-check
```
-You should commit the changed swagger JSON file. The continous integration
+You should commit the changed swagger JSON file. The continuous integration
server will check that this has been done using:
```bash
@@ -315,7 +315,7 @@ branches as we will need to update it to main before merging and/or may be
able to help fix issues directly.
Any PR requires two approvals from the Gitea maintainers and needs to pass the
-continous integration. Take a look at our
+continuous integration. Take a look at our
[`CONTRIBUTING.md`](https://github.com/go-gitea/gitea/blob/main/CONTRIBUTING.md)
document.