summary refs log tree commit diff
diff options
context:
space:
mode:
author0xflotus <0xflotus@gmail.com>2021-01-11 13:42:18 +0100
committerGitHub <noreply@github.com>2021-01-11 07:42:18 -0500
commit2fb1c2b6e619b5aec7aeb45369940721ff118c76 (patch)
treeb9ec632f6e1afed2e8ddef65ec2cb96a28039a47
parentRemove unused SynapseService (#9058) (diff)
downloadsynapse-2fb1c2b6e619b5aec7aeb45369940721ff118c76.tar.xz
Fix a typo in the install docs. (#9040)
-rw-r--r--INSTALL.md2
-rw-r--r--changelog.d/9040.doc1
2 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 598ddceb8c..656833637c 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -257,7 +257,7 @@ for a number of platforms.
 
 #### Docker images and Ansible playbooks
 
-There is an offical synapse image available at
+There is an official synapse image available at
 <https://hub.docker.com/r/matrixdotorg/synapse> which can be used with
 the docker-compose file available at [contrib/docker](contrib/docker). Further
 information on this including configuration options is available in the README
diff --git a/changelog.d/9040.doc b/changelog.d/9040.doc
new file mode 100644
index 0000000000..5c1f7be781
--- /dev/null
+++ b/changelog.d/9040.doc
@@ -0,0 +1 @@
+Corrected a typo in `INSTALL.md`.