Browse Source

[DOCS] Fixes 'the the' typo in transforms docs. (#64393)

István Zoltán Szabó 5 years ago
parent
commit
f6b0216958
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/transform/painless-examples.asciidoc

+ 2 - 2
docs/reference/transform/painless-examples.asciidoc

@@ -25,8 +25,8 @@ the Painless scripts in the snippets below can be used in other {es} search
 aggregations, too.
 * All the following examples use scripts, {transforms} cannot deduce mappings of 
 output fields when the fields are created by a script. {transforms-cap} don't 
-create any mappings in the the destination index for these fields, which means 
-they get dynamically mapped. Create the destination index prior to starting the 
+create any mappings in the destination index for these fields, which means they 
+get dynamically mapped. Create the destination index prior to starting the 
 {transform} in case you want explicit mappings.
 --