From 5f9b6be3bb0527ac242c1c6c454e837c11c7579b Mon Sep 17 00:00:00 2001 From: Corey Speisman Date: Tue, 31 May 2016 22:13:12 -0400 Subject: [PATCH] fixes typo in quick start doc there was a missing t for the word against on line 130 of the quick start document line use to read: // match the query agains all of --- docs/quick_start.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick_start.asciidoc b/docs/quick_start.asciidoc index 64a50a337..a09cd1221 100644 --- a/docs/quick_start.asciidoc +++ b/docs/quick_start.asciidoc @@ -127,7 +127,7 @@ var searchParams = { filtered: { query: { match: { - // match the query agains all of + // match the query against all of // the fields in the posts index _all: userQuery }