Browse Source

[docs] Add missing comma (#43073)

Adds a missing comma to a code example
Brandon Morelli 6 years ago
parent
commit
bcb77b4fde
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/ingest/processors/set.asciidoc

+ 1 - 1
docs/reference/ingest/processors/set.asciidoc

@@ -17,7 +17,7 @@ include::common-options.asciidoc[]
 [source,js]
 --------------------------------------------------
 {
-  "description" : "sets the value of count to 1"
+  "description" : "sets the value of count to 1",
   "set": {
     "field": "count",
     "value": 1