This commit is contained in:
Matthew Hodgson
2016-03-29 01:20:14 +01:00
parent 3e8bb99a2b
commit ec0cf996c9
+1 -1
View File
@@ -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.