Browse Source

[DOCS] Fix typo (#79609)

Tobias Frey 4 years ago
parent
commit
9cddd78674
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/mapping/types/date.asciidoc

+ 1 - 1
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[]
 ====