Fix typos in docs/content (#18215)

This commit is contained in:
Greg Myers 2022-01-09 04:53:03 -07:00 committed by GitHub
parent de578bff8c
commit 79791ba4ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 9 deletions

View file

@ -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