diff options
author | Juuso "Linda" Lapinlampi <linda@lindalap.fi> | 2019-02-08 21:26:16 +0000 |
---|---|---|
committer | Travis Ralston <travpc@gmail.com> | 2019-02-15 22:25:29 -0700 |
commit | 6575df647da9d946dae0a41881d27b1569fff9c5 (patch) | |
tree | b494b9cbe8b164a9292d4894183b38924d91e258 | |
parent | config: Remove a repeated word from a logger warning (diff) | |
download | synapse-6575df647da9d946dae0a41881d27b1569fff9c5.tar.xz |
UPGRADE.rst: Fix a typo in "Upgrading Synapse" section
See: https://en.wiktionary.org/wiki/successful
-rw-r--r-- | UPGRADE.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst index d869b7111b..228222d534 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -39,7 +39,7 @@ instructions that may be required are listed later in this document. ./synctl restart -To check whether your update was sucessful, you can check the Server header +To check whether your update was successful, you can check the Server header returned by the Client-Server API: .. code:: bash |