Browse Source

Update completion-suggest.asciidoc

Removed trailing comma.
Christoph Büscher 9 years ago
parent
commit
a1c9025eaa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/search/suggesters/completion-suggest.asciidoc

+ 1 - 1
docs/reference/search/suggesters/completion-suggest.asciidoc

@@ -30,7 +30,7 @@ PUT music/song/_mapping
         "properties" : {
             ...
             "suggest" : {
-                "type" : "completion",
+                "type" : "completion"
             }
         }
     }