diff --git a/docs/reference/mapping/params/copy-to.asciidoc b/docs/reference/mapping/params/copy-to.asciidoc index 414e412b7dc54..dd55b86c9f071 100644 --- a/docs/reference/mapping/params/copy-to.asciidoc +++ b/docs/reference/mapping/params/copy-to.asciidoc @@ -118,7 +118,5 @@ PUT /test_index } -------------------------------------------------- -<1> The `notes` field is copied to the `notes_raw` field. Targeting only `notes_raw`, instead of `description.notes_raw`, without specifying the fully qualified path, -would lead to a `strict_dynamic_mapping_exception`. - - +<1> The `notes` field is copied to the `notes_raw` field. Targeting `notes_raw` alone, instead of `description.notes_raw` +would lead to a `strict_dynamic_mapping_exception`. \ No newline at end of file