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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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