Skip to content

Commit 0a0fc75

Browse files
authored
fix typos in migration guides documentation.
Original Pull Request spring-projects#2181 Closes spring-projects#2180
1 parent ef880e6 commit 0a0fc75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/asciidoc/reference/elasticsearch-migration-guide-4.1-4.2.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The parameters of the `@Document` annotation that are relevant for the index se
1414
== Removals
1515

1616
The `@Score` annotation that was used to set the score return value in an entity was deprecated in version 4.0 and has been removed.
17-
Scroe values are returned in the `SearchHit` instances that encapsulate the returned entities.
17+
Score values are returned in the `SearchHit` instances that encapsulate the returned entities.
1818

1919
The `org.springframework.data.elasticsearch.ElasticsearchException` class has been removed.
2020
The remaining usages have been replaced with `org.springframework.data.mapping.MappingException` and `org.springframework.dao.InvalidDataAccessApiUsageException`.

src/main/asciidoc/reference/elasticsearch-migration-guide-4.3-4.4.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public class SpringdataElasticTestApplication {
6969
====
7070

7171
Remove Spring Data Elasticsearch related properties from your application configuration.
72-
If Spring Data Elasticsearch was configured using a programmatic configuration (see <<elastisearch.clients>>), remove these beans from the Spring application context.
72+
If Spring Data Elasticsearch was configured using a programmatic configuration (see <<elasticsearch.clients>>), remove these beans from the Spring application context.
7373

7474
==== Add dependencies
7575

0 commit comments

Comments
 (0)