From 80bcf1f15d2431cbef2d83f4d75f86b439452b16 Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Wed, 12 Aug 2015 22:00:27 +0200 Subject: [PATCH] Docs: Fixed a bad ID in the put mapping page --- docs/reference/indices/put-mapping.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/indices/put-mapping.asciidoc b/docs/reference/indices/put-mapping.asciidoc index dc8a5f194b9..25b6ce33917 100644 --- a/docs/reference/indices/put-mapping.asciidoc +++ b/docs/reference/indices/put-mapping.asciidoc @@ -70,7 +70,7 @@ In general, the mapping for existing fields cannot be updated. There are some exceptions to this rule. For instance: * new <> can be added to <> fields. -* new <> can be added to existing fields. +* new <> can be added to existing fields. * <> can be disabled, but not enabled. * the <> parameter can be updated.