diff --git a/docs/quick_start.asciidoc b/docs/quick_start.asciidoc index 06f1794eb..90d44f325 100644 --- a/docs/quick_start.asciidoc +++ b/docs/quick_start.asciidoc @@ -153,7 +153,7 @@ client.search({ response.render('search_results', { results: response.hits.hits, page: pageNum, - pages: Math.ceil(response.hists.total / perPage) + pages: Math.ceil(response.hits.total / perPage) }) }); -----------------