diff --git a/docs/installation/openbsd_en.md b/docs/installation/openbsd_en.md index d5df310cc..1135f838c 100644 --- a/docs/installation/openbsd_en.md +++ b/docs/installation/openbsd_en.md @@ -264,7 +264,7 @@ As root, copy `/home/_pleroma/pleroma/installation/openbsd/httpd.conf` to `/etc/ Edit `/etc/httpd.conf` settings and change: * `` with your instance's IPv4 address - * All occurances of `example.tld` with your instance's domain name + * All occurrences of `example.tld` with your instance's domain name * When using IPv6 also change: - Uncomment the `ext_inet6=""` line near the beginning of the file and change `` with your instance's IPv4 address - * All occurances of `example.tld` with your instance's domain name + * All occurrences of `example.tld` with your instance's domain name * When using IPv6 also change: - Uncomment the `ext_inet6=""` line near the beginning of the file and change `` to your instance's IPv6 address - Uncomment the line starting with `listen on $ext_inet6` in the `relay wwwtls` block