From 03515a4de610524ea5318062ac18cdc41fabb27e Mon Sep 17 00:00:00 2001 From: Igal Levy Date: Fri, 7 Nov 2014 10:40:46 -0800 Subject: [PATCH] fixes typo --- docs/content/SelectQuery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/SelectQuery.md b/docs/content/SelectQuery.md index 2a36bc34e5f..caeb9e0a162 100644 --- a/docs/content/SelectQuery.md +++ b/docs/content/SelectQuery.md @@ -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.