From eb6b1fa35e0e4baec401f377732eea9500ee179f Mon Sep 17 00:00:00 2001 From: Cleydyr Bezerra de Albuquerque Date: Mon, 31 Jan 2022 22:59:51 +0100 Subject: [PATCH] Fix typo --- docs/introduction.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction.asciidoc b/docs/introduction.asciidoc index 466efca3f..1e7ee88e5 100644 --- a/docs/introduction.asciidoc +++ b/docs/introduction.asciidoc @@ -28,7 +28,7 @@ initial feedback and this led to a few breaking changes in this version: * all API data types are now supported, and there are no more raw `JsonValue` properties. * the supporting JSON framework and transport classes have been refactored and improved. However the high level APIs used by applications haven't changed so there should be - no of very little impact on existing application code. + no or very little impact on existing application code. This version of the {java-client} supports all {es} APIs are implemented except the Vector tile search API and the Find structure API.