Skip to content

Commit 81e2613

Browse files
authored
Documentation fixes.
Original Pull Request #2207 Closes #2206
1 parent d974788 commit 81e2613

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: src/main/asciidoc/reference/elasticsearch-migration-guide-4.4-5.0.adoc

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ introduced features.
1111

1212
See <<elasticsearch-migration-guide-4.4-5.0.breaking-changes-packages>>, all classes in this package have been
1313
deprecated, as the default client implementations to use are the ones based on the new Java Client from
14-
Elasticsearch, se <<elasticsearch-migration-guide-4.4-5.0.new-clients>>
14+
Elasticsearch, see <<elasticsearch-migration-guide-4.4-5.0.new-clients>>
1515

1616
[[elasticsearch-migration-guide-4.4-5.0.breaking-changes]]
1717
== Breaking Changes
@@ -92,7 +92,8 @@ When using Spring Boot, it is necessary to set the following property in the _po
9292

9393
===== Imperative style
9494

95-
In order configure Spring Data Elasticsearch to use the new client, it is necessary to create a configuration bean that derives from `org.springframework.data.elasticsearch.client.elc.ElasticsearchConfiguration`:
95+
To configure Spring Data Elasticsearch to use the new client, it is necessary to create a configuration bean that
96+
derives from `org.springframework.data.elasticsearch.client.elc.ElasticsearchConfiguration`:
9697

9798
====
9899
[source,java]

0 commit comments

Comments
 (0)