Skip to content

Commit 8d3c545

Browse files
committed
Merge pull request #28830 from fml2
* pr/28830: Fix typos in the "External Application Properties" section Closes gh-28830
2 parents e4d1718 + 1d786e4 commit 8d3c545

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ It's not uncommon to use environment variables for such purposes, but this can h
354354
As an alternative to environment variables, many cloud platforms now allow you to map configuration into mounted data volumes.
355355
For example, Kubernetes can volume mount both https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/#populate-a-volume-with-data-stored-in-a-configmap[`ConfigMaps`] and https://kubernetes.io/docs/concepts/configuration/secret/#using-secrets-as-files-from-a-pod[`Secrets`].
356356

357-
There are two common volume mount patterns that can be use:
357+
There are two common volume mount patterns that can be used:
358358

359359
. A single file contains a complete set of properties (usually written as YAML).
360360
. Multiple files are written to a directory tree, with the filename becoming the '`key`' and the contents becoming the '`value`'.
@@ -504,7 +504,7 @@ WARNING: Multi-document property files cannot be loaded by using the `@PropertyS
504504

505505
[[features.external-config.files.activation-properties]]
506506
==== Activation Properties
507-
It's sometimes useful to only activate a given get of properties when certain conditions are met.
507+
It's sometimes useful to only activate a given set of properties when certain conditions are met.
508508
For example, you might have properties that are only relevant when a specific profile is active.
509509

510510
You can conditionally activate a properties document using `spring.config.activate.*`.

0 commit comments

Comments
 (0)