diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2023-12-28 10:02:17 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2023-12-28 10:02:17 +0000 |
commit | 81ce04990ecc6121a513b9822bf8dfc8c855d667 (patch) | |
tree | 6352f066d25e416d850177a50bf30030d0ba4056 /docs/configuration/onion_federation.md | |
parent | 47e00524f7c443d5313c1b05f05d61f50c3a1f7c (diff) | |
parent | 017e35fbf128d47c033275a70b76b72f24d7c754 (diff) | |
download | pleroma-81ce04990ecc6121a513b9822bf8dfc8c855d667.tar.gz pleroma-81ce04990ecc6121a513b9822bf8dfc8c855d667.zip |
Merge branch 'typo' into 'develop'
Fix some typos
See merge request pleroma/pleroma!4017
Diffstat (limited to 'docs/configuration/onion_federation.md')
-rw-r--r-- | docs/configuration/onion_federation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/onion_federation.md b/docs/configuration/onion_federation.md index 37673211a..8a8137251 100644 --- a/docs/configuration/onion_federation.md +++ b/docs/configuration/onion_federation.md @@ -29,7 +29,7 @@ HiddenServiceDir /var/lib/tor/pleroma_hidden_service/ HiddenServicePort 80 127.0.0.1:8099 HiddenServiceVersion 3 # Remove if Tor version is below 0.3 ( tor --version ) ``` -Restart Tor to generate an adress: +Restart Tor to generate an address: ``` systemctl restart tor@default.service ``` |