[DOCS] Fix typo in Java API docs (#62095) (#62097)

This commit is contained in:
James Rodewig 2020-09-08 09:49:03 -04:00 committed by GitHub
parent 41507cff48
commit 97bba08ea6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
The get API allows to get a typed JSON document from the index based on
its id. The following example gets a JSON document from an index called
twitter, under a type called `_doc``, with id valued 1:
twitter, under a type called `_doc`, with id valued 1:
[source,java]
--------------------------------------------------

View File

@ -113,7 +113,7 @@ String json = Strings.toString(builder);
==== Index document
The following example indexes a JSON document into an index called
twitter, under a type called `_doc``, with id valued 1:
twitter, under a type called `_doc`, with id valued 1:
[source,java]
--------------------------------------------------