diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-09-08 09:47:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-08 09:47:36 -0400 |
commit | 5c8870cb28cc98d0b7a310b5dd2fade7ff45743d (patch) | |
tree | f8a8392b2f04e764daa3a7170078496087e4e147 /docs/setup/installation.md | |
parent | Fix bug with new task scheduler using lots of CPU. (#16278) (diff) | |
download | synapse-5c8870cb28cc98d0b7a310b5dd2fade7ff45743d.tar.xz |
Fix-up incorrect spellings in docs. (#16282)
Diffstat (limited to 'docs/setup/installation.md')
-rw-r--r-- | docs/setup/installation.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/setup/installation.md b/docs/setup/installation.md index 479f7ea543..0357d2a0fb 100644 --- a/docs/setup/installation.md +++ b/docs/setup/installation.md @@ -37,7 +37,7 @@ Dockerfile to automate a synapse server in a single Docker image, at <https://hub.docker.com/r/avhost/docker-matrix/tags/> Slavi Pantaleev has created an Ansible playbook, -which installs the offical Docker image of Matrix Synapse +which installs the official Docker image of Matrix Synapse along with many other Matrix-related services (Postgres database, Element, coturn, ma1sd, SSL support, etc.). For more details, see @@ -93,7 +93,7 @@ For `bookworm` and `sid`, it can be installed simply with: sudo apt install matrix-synapse ``` -Synapse is also avaliable in `bullseye-backports`. Please +Synapse is also available in `bullseye-backports`. Please see the [Debian documentation](https://backports.debian.org/Instructions/) for information on how to use backports. |