Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leemthompo committed Aug 1, 2024
1 parent b639a8c commit f987229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/mapping/params/copy-to.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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": {
Expand Down

0 comments on commit f987229

Please sign in to comment.