From 5508b14847744fbd813404d7df94eed808930480 Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Wed, 27 Oct 2021 11:19:02 -0400 Subject: [PATCH] [DOCS] Fix typo (#79609) (#79924) Co-authored-by: Tobias Frey <75436831+sag-tobias-frey@users.noreply.github.com> --- docs/reference/mapping/types/date.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/mapping/types/date.asciidoc b/docs/reference/mapping/types/date.asciidoc index 37b05a642d806..132a7138e3b6b 100644 --- a/docs/reference/mapping/types/date.asciidoc +++ b/docs/reference/mapping/types/date.asciidoc @@ -78,7 +78,7 @@ Dates // tag::decimal-warning[] will accept numbers with a decimal point like `{"date": 1618249875.123456}` but there are some cases ({es-issue}70085[#70085]) where we'll lose precision -on those dates so should avoid them. +on those dates so they should be avoided. // end::decimal-warning[] ====