diff options
author | Erik Johnston <erik@matrix.org> | 2014-09-02 17:01:04 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-09-02 17:01:04 +0100 |
commit | c2c3ee8e4ad24be784ede30f25dd591e5f9e931a (patch) | |
tree | 1dde40398a1b1007c0dbe3c6624bd7d97c6bb613 /UPGRADE.rst | |
parent | Hide the email textbox during registeration has it has not been wired up yet. (diff) | |
download | synapse-c2c3ee8e4ad24be784ede30f25dd591e5f9e931a.tar.xz |
Fix spelling
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 81624d5cdb..d579383474 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -6,7 +6,7 @@ To upgrade the database schema, run:: ./database-prepare-for-0.2.0.sh "<database>.db" -The home server npw requires setting up of SSL config before it can run. To +The home server now requires setting up of SSL config before it can run. To automatically generate some default config that can be edited use:: $ python synapse/app/homeserver.py \ |