diff options
author | Peyton Duncan | 2023-02-06 14:05:59 -0800 |
---|---|---|
committer | GitHub | 2023-02-06 16:05:59 -0600 |
commit | 3ae78bc0a9408ca2b8ed5a1ffafdcf66639449e5 (patch) | |
tree | ade9190f30ae0c91cab1fb777881c95e2c778d8b /docs | |
parent | 769be877f2ce572b94b7c0a85853a2f7836075ac (diff) |
Grammar fix (#22790)
Noticed a minor grammatical error.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/installation/with-docker-rootless.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/installation/with-docker-rootless.en-us.md b/docs/content/doc/installation/with-docker-rootless.en-us.md index 028d81ab9..7e1a0e6fe 100644 --- a/docs/content/doc/installation/with-docker-rootless.en-us.md +++ b/docs/content/doc/installation/with-docker-rootless.en-us.md @@ -19,7 +19,7 @@ Gitea provides automatically updated Docker images within its Docker Hub organiz possible to always use the latest stable tag or to use another service that handles updating Docker images. -The rootless image use Gitea internal SSH to provide Git protocol and doesn't support OpenSSH. +The rootless image uses Gitea internal SSH to provide Git protocol and doesn't support OpenSSH. This reference setup guides users through the setup based on `docker-compose`, but the installation of `docker-compose` is out of scope of this documentation. To install `docker-compose` itself, follow |