*: fix errors reported by languagetool (#6069)

This commit is contained in:
Seth Falco
2021-08-15 19:59:09 +02:00
committed by GitHub
parent 3fbefc8b77
commit 3e4c519004
281 changed files with 433 additions and 429 deletions

View File

@@ -1,9 +1,9 @@
# git instaweb
> Helper to launch a gitweb server.
> Helper to launch a GitWeb server.
> More information: <https://git-scm.com/docs/git-instaweb>.
- Launch a gitweb server for the current Git repository:
- Launch a GitWeb server for the current Git repository:
`git instaweb --start`
@@ -15,7 +15,7 @@
`git instaweb --start --port {{1234}}`
- Use a specified http daemon:
- Use a specified HTTP daemon:
`git instaweb --start --httpd {{lighttpd|apache2|mongoose|plackup|webrick}}`
@@ -23,10 +23,10 @@
`git instaweb --start --browser`
- Stop the currently running gitweb server:
- Stop the currently running GitWeb server:
`git instaweb --stop`
- Restart the currently running gitweb server:
- Restart the currently running GitWeb server:
`git instaweb --restart`