Skip to content

Commit 2d74aef

Browse files
thorasinesnicoll
authored andcommitted
Fix typos
See gh-23465
1 parent cd81669 commit 2d74aef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ See the <<boot-features-external-config-file-activation-properties, next section
855855
It's sometimes useful to only activate a given get of properties when certain conditions are met.
856856
For example, you might have properties that are only relevant when a specific profile is active.
857857

858-
You can conditionally active a properties document using `spring.config.activate.*`.
858+
You can conditionally activate a properties document using `spring.config.activate.*`.
859859

860860
The following activation properties are available:
861861

@@ -4248,7 +4248,7 @@ The following example shows how to manually override the database port while the
42484248
}
42494249
----
42504250

4251-
The following examples shows how to set some PostgreSQL connection options:
4251+
The following examples show how to set some PostgreSQL connection options:
42524252

42534253
[source,java,indent=0]
42544254
----
@@ -4377,7 +4377,7 @@ There is a `spring-boot-starter-data-redis` "`Starter`" for collecting the depen
43774377
By default, it uses https://github.com/lettuce-io/lettuce-core/[Lettuce].
43784378
That starter handles both traditional and reactive applications.
43794379

4380-
TIP: we also provide a `spring-boot-starter-data-redis-reactive` "`Starter`" for consistency with the other stores with reactive support.
4380+
TIP: We also provide a `spring-boot-starter-data-redis-reactive` "`Starter`" for consistency with the other stores with reactive support.
43814381

43824382

43834383

0 commit comments

Comments
 (0)