Browse Source

add double quotation

omiend 9 years ago
parent
commit
0c878f3bf6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/aggregations/misc.asciidoc

+ 1 - 1
docs/reference/aggregations/misc.asciidoc

@@ -44,7 +44,7 @@ Consider this example where we want to associate the color blue with our `terms`
 --------------------------------------------------
 {
     ...
-    aggs": {
+    "aggs": {
         "titles": {
             "terms": {
                 "field": "title"