mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-09 11:32:01 +01:00
typo
This commit is contained in:
parent
3e8bb99a2b
commit
ec0cf996c9
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class ReplicationResource(Resource):
|
|||
The response is a JSON object with keys for each stream with updates. Under
|
||||
each key is a JSON object with:
|
||||
|
||||
* "postion": The current position of the stream.
|
||||
* "position": The current position of the stream.
|
||||
* "field_names": The names of the fields in each row.
|
||||
* "rows": The updates as an array of arrays.
|
||||
|
||||
|
|
Loading…
Reference in a new issue