Commit ab373459 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #23465 from thorasine

* pr/23465:
  Fix typos

Closes gh-23465
parents cd81669f 2d74aef6
......@@ -855,7 +855,7 @@ See the <<boot-features-external-config-file-activation-properties, next section
It's sometimes useful to only activate a given get of properties when certain conditions are met.
For example, you might have properties that are only relevant when a specific profile is active.
You can conditionally active a properties document using `spring.config.activate.*`.
You can conditionally activate a properties document using `spring.config.activate.*`.
The following activation properties are available:
......@@ -4248,7 +4248,7 @@ The following example shows how to manually override the database port while the
}
----
The following examples shows how to set some PostgreSQL connection options:
The following examples show how to set some PostgreSQL connection options:
[source,java,indent=0]
----
......@@ -4377,7 +4377,7 @@ There is a `spring-boot-starter-data-redis` "`Starter`" for collecting the depen
By default, it uses https://github.com/lettuce-io/lettuce-core/[Lettuce].
That starter handles both traditional and reactive applications.
TIP: we also provide a `spring-boot-starter-data-redis-reactive` "`Starter`" for consistency with the other stores with reactive support.
TIP: We also provide a `spring-boot-starter-data-redis-reactive` "`Starter`" for consistency with the other stores with reactive support.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment