pull/678/head
Matthew Hodgson 2016-03-25 23:38:19 +00:00
parent 98c460cecd
commit 9113316b0e
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,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.