From 79791ba4ac8ebdfa58f5307de78d526ad6d399d3 Mon Sep 17 00:00:00 2001 From: Greg Myers Date: Sun, 9 Jan 2022 04:53:03 -0700 Subject: Fix typos in docs/content (#18215) --- docs/content/doc/installation/with-docker.en-us.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/doc/installation/with-docker.en-us.md') 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 -- cgit v1.2.3