File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/content/doc/developers Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ See `make help` for all available `make` targets. Also see [`.drone.yml`](https:
127
127
128
128
## Building continuously
129
129
130
- To run and continously rebuild when source files change:
130
+ To run and continuously rebuild when source files change:
131
131
132
132
``` bash
133
133
make watch
@@ -216,7 +216,7 @@ You should validate your generated Swagger file and spell-check it with:
216
216
make swagger-validate misspell-check
217
217
```
218
218
219
- You should commit the changed swagger JSON file. The continous integration
219
+ You should commit the changed swagger JSON file. The continuous integration
220
220
server will check that this has been done using:
221
221
222
222
``` bash
@@ -315,7 +315,7 @@ branches as we will need to update it to main before merging and/or may be
315
315
able to help fix issues directly.
316
316
317
317
Any PR requires two approvals from the Gitea maintainers and needs to pass the
318
- continous integration. Take a look at our
318
+ continuous integration. Take a look at our
319
319
[ ` CONTRIBUTING.md ` ] ( https://github.com/go-gitea/gitea/blob/main/CONTRIBUTING.md )
320
320
document.
321
321
You can’t perform that action at this time.
0 commit comments