Fix typo in documentation.

Original Pull Request #2443
Closes #2442
This commit is contained in:
Zhenxi
2023-02-04 01:31:16 +08:00
committed by GitHub
parent b75d2eb01f
commit 36805c3ecb

View File

@@ -3,7 +3,7 @@
Spring Data Elasticsearch Object Mapping is the process that maps a Java object - the domain entity - into the JSON representation that is stored in Elasticsearch and back.
The class that is internally used for this mapping is the
`MappingElasticsearcvhConverter`.
`MappingElasticsearchConverter`.
[[elasticsearch.mapping.meta-model]]
== Meta Model Object Mapping