From 9574bd2c3062a35df2abbc3a858b9745b57f0340 Mon Sep 17 00:00:00 2001 From: keithhc2 Date: Thu, 15 Jul 2021 16:42:16 -0700 Subject: [PATCH] Minor language tweak --- _opensearch/rest-api/update-mapping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_opensearch/rest-api/update-mapping.md b/_opensearch/rest-api/update-mapping.md index f6230d1c..fa2965a3 100644 --- a/_opensearch/rest-api/update-mapping.md +++ b/_opensearch/rest-api/update-mapping.md @@ -7,7 +7,7 @@ nav_order: 6 # Update mapping -If you want to update an index's type mappings after its creation, you can do so with the update mapping API operation. +If you want to update an index's mappings after creating the index, you can do so with the update mapping API operation. ## Example