Skip to content

Commit 0178dce

Browse files
sbernauerdervoeti
andauthored
Apply suggestions from code review
Co-authored-by: Lukas Krug <lukas@luvosys.de>
1 parent 5445604 commit 0178dce

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

modules/concepts/pages/overrides.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ In case of a `.properties` file, this will show up as `my.property=` in the `.pr
6060
[#json-config-overrides]
6161
=== JSON config overrides
6262

63-
In some cases the product accepts a JSON file as a configuration file (e.g. the OpenPolicyAgent's `config.json`).
64-
The above mentioned `Map<String, String>` structure doesn't fit this, so there is a special mechanism for JSON config files.
63+
Some products accept JSON config files (e.g. Open Policy Agent's `config.json`).
64+
The above mentioned `Map<String, String>` structure doesn't fit this, so there is a special mechanism for these files.
6565

66-
==== JSON Merge Patch (https://datatracker.ietf.org/doc/html/rfc7396[RFC 7386])
66+
==== JSON Merge Patch (https://datatracker.ietf.org/doc/html/rfc7396[RFC 7396])
6767

6868
The `jsonMergePatch` is used best in case you want to make simple additions or changes to the config.
6969

@@ -108,7 +108,7 @@ configOverrides:
108108
}
109109
----
110110

111-
Note: JSON is a valid subset of YAML, so you can inline JSON into YAML.
111+
NOTE: JSON is a valid subset of YAML, so you can inline JSON into YAML.
112112
However, you can also use YAML syntax:
113113

114114
[source,yaml]

0 commit comments

Comments
 (0)