From daf1f184d477c6a9e7e2e5c10ffd4c27fe3e20e3 Mon Sep 17 00:00:00 2001 From: Folusho Oladipo Date: Fri, 20 Jan 2017 18:59:43 +0100 Subject: [PATCH] Corrected a plural verb to a singular one. (#22681) --- docs/reference/getting-started.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/getting-started.asciidoc b/docs/reference/getting-started.asciidoc index 870ad84a040..130d95acb91 100755 --- a/docs/reference/getting-started.asciidoc +++ b/docs/reference/getting-started.asciidoc @@ -942,7 +942,7 @@ In the above example, the `bool must_not` clause specifies a list of queries non We can combine `must`, `should`, and `must_not` clauses simultaneously inside a `bool` query. Furthermore, we can compose `bool` queries inside any of these `bool` clauses to mimic any complex multi-level boolean logic. -This example returns all accounts of anybody who is 40 years old but don't live in ID(aho): +This example returns all accounts of anybody who is 40 years old but doesn't live in ID(aho): [source,js] --------------------------------------------------