Skip to content

Commit 36805c3

Browse files
authored
Fix typo in documentation.
Original Pull Request #2443 Closes #2442
1 parent b75d2eb commit 36805c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/reference/elasticsearch-object-mapping.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
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.
55
The class that is internally used for this mapping is the
6-
`MappingElasticsearcvhConverter`.
6+
`MappingElasticsearchConverter`.
77

88
[[elasticsearch.mapping.meta-model]]
99
== Meta Model Object Mapping

0 commit comments

Comments
 (0)