Skip to content

Commit acc2f00

Browse files
authored
upgrade.md: fix grammatical errors (#16965)
comma splice "rollback" is a noun
1 parent 1c1b0bf commit acc2f00

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

changelog.d/16965.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Minor grammatical corrections to the upgrade documentation.

docs/upgrade.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ process, for example:
8888
dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb
8989
```
9090
91-
Generally Synapse database schemas are compatible across multiple versions, once
92-
a version of Synapse is deployed you may not be able to rollback automatically.
91+
Generally Synapse database schemas are compatible across multiple versions, but once
92+
a version of Synapse is deployed you may not be able to roll back automatically.
9393
The following table gives the version ranges and the earliest version they can
9494
be rolled back to. E.g. Synapse versions v1.58.0 through v1.61.1 can be rolled
95-
back safely to v1.57.0, but starting with v1.62.0 it is only safe to rollback to
95+
back safely to v1.57.0, but starting with v1.62.0 it is only safe to roll back to
9696
v1.61.0.
9797
9898
<!-- REPLACE_WITH_SCHEMA_VERSIONS -->

0 commit comments

Comments
 (0)