Skip to content

Commit c87f9f9

Browse files
Use the correct name (#710)
- also fixed capitalization Co-Authored-By: Sebastian Alfers <[email protected]>
1 parent 8648e07 commit c87f9f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -686,15 +686,15 @@ configuration key `a.b-c_d`
686686

687687
### Set array values from env variables
688688

689-
Setting the value of array items from environment variables requires
689+
Setting the value of array items from system properties requires
690690
specifing the index in the array for the value. So, while in HOCON
691691
you can set multiple values into an array or append to an array:
692692

693693
## HOCON
694694
items = ["a", "b"]
695695
items += "c"
696696

697-
using java arguments you specify the exact position:
697+
Using java arguments you specify the exact position:
698698

699699
-Ditems.0="a" -Ditems.1="b"
700700

0 commit comments

Comments
 (0)