From f9872298e7b96f3b643c4a80670cbecc10690373 Mon Sep 17 00:00:00 2001 From: Liam Thompson Date: Thu, 1 Aug 2024 12:17:35 +0200 Subject: [PATCH] Fix typo --- docs/reference/mapping/params/copy-to.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/mapping/params/copy-to.asciidoc b/docs/reference/mapping/params/copy-to.asciidoc index 5bdf39c521301..b26ceac349a3e 100644 --- a/docs/reference/mapping/params/copy-to.asciidoc +++ b/docs/reference/mapping/params/copy-to.asciidoc @@ -69,7 +69,7 @@ The following configuration will not copy data from `field_1` to `field_3`: + [source,console] ---- -PUT /bad_example_index +PUT bad_example_index { "mappings": { "properties": { @@ -92,7 +92,7 @@ Instead, copy to multiple fields from the source field: + [source,console] ---- -PUT /good_example_index +PUT good_example_index { "mappings": { "properties": {