Update field-mapping.asciidoc (#17670)

This commit is contained in:
LeonardGC 2016-04-15 09:22:06 +02:00 committed by Clinton Gormley
parent f985cfc95a
commit 0b8be7f894
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ GET my_index/_mapping <1>
===== Disabling date detection
Dynamic date dection can be disabled by setting `date_detection` to `false`:
Dynamic date detection can be disabled by setting `date_detection` to `false`:
[source,js]
--------------------------------------------------