summaryrefslogtreecommitdiffstats
path: root/docs/content/doc/installation/with-docker.en-us.md
diff options
context:
space:
mode:
authorGreg Myers <myersg86@gmail.com>2022-01-09 04:53:03 -0700
committerGitHub <noreply@github.com>2022-01-09 19:53:03 +0800
commit79791ba4ac8ebdfa58f5307de78d526ad6d399d3 (patch)
tree7acb5705f894fae942e5bf5b5c788f17991ed721 /docs/content/doc/installation/with-docker.en-us.md
parentde578bff8c7b782953689085d223d06d2feaa1d5 (diff)
downloadgitea-79791ba4ac8ebdfa58f5307de78d526ad6d399d3.tar.gz
gitea-79791ba4ac8ebdfa58f5307de78d526ad6d399d3.zip
Fix typos in docs/content (#18215)
Diffstat (limited to 'docs/content/doc/installation/with-docker.en-us.md')
-rw-r--r--docs/content/doc/installation/with-docker.en-us.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/installation/with-docker.en-us.md b/docs/content/doc/installation/with-docker.en-us.md
index dca42c8a94..1d44c5881d 100644
--- a/docs/content/doc/installation/with-docker.en-us.md
+++ b/docs/content/doc/installation/with-docker.en-us.md
@@ -337,7 +337,7 @@ In the next step a file named `/app/gitea/gitea` (with executable permissions) n
ssh -p 2222 -o StrictHostKeyChecking=no git@127.0.0.1 "SSH_ORIGINAL_COMMAND=\"$SSH_ORIGINAL_COMMAND\" $0 $@"
```
-Here you should also make sure that you've set the permisson of `/app/gitea/gitea` correctly:
+Here you should also make sure that you've set the permission of `/app/gitea/gitea` correctly:
```bash
sudo chmod +x /app/gitea/gitea