Browse Source

Fix Idaho spelling

Doesn't have two `d`s.

Closes #7802
Jake Buob 11 years ago
parent
commit
5ba44b479b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/getting-started.asciidoc

+ 1 - 1
docs/reference/getting-started.asciidoc

@@ -839,7 +839,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(daho):
+This example returns all accounts of anybody who is 40 years old but don't live in ID(aho):
 
 [source,sh]
 --------------------------------------------------