Merge pull request #832 from metamx/fix-query-docs

fixes typo
This commit is contained in:
Fangjin Yang 2014-11-07 11:49:10 -07:00
commit e4649a24a1
1 changed files with 1 additions and 1 deletions

View File

@ -166,4 +166,4 @@ This can be used with the next query's pagingSpec:
}
Note that in the second query, an offset is specified and that it is 1 greater than the largest offset found in the initial results. To return the next "page", this offset must be incremented by 1 with each new query. When an empty results set is recieved, the very last page has been returned.
Note that in the second query, an offset is specified and that it is 1 greater than the largest offset found in the initial results. To return the next "page", this offset must be incremented by 1 with each new query. When an empty results set is received, the very last page has been returned.