diff options
author | Aaron Raimist <aaron@raim.ist> | 2017-05-17 21:41:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-17 21:41:48 -0500 |
commit | f98efea9b170093c9abb5ceebfb1858da78d2978 (patch) | |
tree | a67dfef832c9b67ba83cff8fee6bfb1b751fce45 /UPGRADE.rst | |
parent | Merge pull request #2230 from matrix-org/erikj/speed_up_get_state (diff) | |
download | synapse-f98efea9b170093c9abb5ceebfb1858da78d2978.tar.xz |
Correct a typo in UPGRADE.rst
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r-- | UPGRADE.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst index 6164df8833..62b22e9108 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -33,7 +33,7 @@ To check whether your update was sucessfull, run: .. code:: bash - # replace your.server.domain with ther domain of your synaspe homeserver + # replace your.server.domain with ther domain of your synapse homeserver curl https://<your.server.domain>/_matrix/federation/v1/version So for the Matrix.org HS server the URL would be: https://matrix.org/_matrix/federation/v1/version. |