Skip to content

Commit c171a64

Browse files
authored
Correct typos in documentation (#1635)
Signed-off-by: Maxim Rybetsky <maximrybetsky@gmail.com>
1 parent ec97577 commit c171a64

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/modules/ROOT/pages/spring-cloud-commons/application-context-services.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ any additional `PropertySources` with profiles.
150150
If you use Spring Boot to configure log settings, you should place this configuration in `bootstrap.[yml | properties]` if you would like it to apply to all events.
151151

152152
NOTE: For Spring Cloud to initialize logging configuration properly, you cannot use a custom prefix.
153-
For example, using `custom.loggin.logpath` is not recognized by Spring Cloud when initializing the logging system.
153+
For example, using `custom.logging.logpath` is not recognized by Spring Cloud when initializing the logging system.
154154

155155
[[environment-changes]]
156156
== Environment Changes
@@ -186,7 +186,7 @@ Then, the next time something borrows a connection from the pool, it gets one wi
186186
Sometimes, it might even be mandatory to apply the `@RefreshScope` annotation on some beans that can be only initialized once.
187187
If a bean is "`immutable`", you have to either annotate the bean with `@RefreshScope` or specify the classname under the property key: `spring.cloud.refresh.extra-refreshable`.
188188

189-
WARNING: If you hava a `DataSource` bean that is a `HikariDataSource`, it can not be
189+
WARNING: If you have a `DataSource` bean that is a `HikariDataSource`, it can not be
190190
refreshed. It is the default value for `spring.cloud.refresh.never-refreshable`. Choose a
191191
different `DataSource` implementation if you need it to be refreshed.
192192

0 commit comments

Comments
 (0)