Fix section wording.

This commit is contained in:
Olga MaciaszekSharma
2021-03-04 11:23:46 +01:00
parent cf47b7cc14
commit 9ba7c17c91
2 changed files with 2 additions and 2 deletions

View File

@@ -282,7 +282,7 @@ public class Application {
The application retrieves configuration data from Zookeeper.
WARNING: If you use Spring Cloud Zookeeper Config, you need to set the `spring.config.import` property in order to bind to Zookeeper.
You can read more about it in the <<config-data-import,Spring Boot Data Config section>>.
You can read more about it in the <<config-data-import,Spring Boot Config Data Import section>>.
== Zookeeper overview

View File

@@ -229,4 +229,4 @@ public class Application {
The application retrieves configuration data from Zookeeper.
WARNING: If you use Spring Cloud Zookeeper Config, you need to set the `spring.config.import` property in order to bind to Zookeeper.
You can read more about it in the <<config-data-import,Spring Boot Data Config section>>.
You can read more about it in the <<config-data-import,Spring Boot Config Data Import section>>.