Skip to content

Commit 8c22e05

Browse files
As per PR # 89 comments, changes are addressed.
1 parent 6e04e3c commit 8c22e05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/utility-guides/LoadProperties.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ To ensure that there are no mistakes when providing this input there are two add
2828
To add values to the properties file follow the format:
2929

3030
## EXAMPLE VALUES
31+
3132
example_value_1=value1
3233
example_value_2=value2
3334

34-
Reasoning for storing values in the properties file:
35+
**Reasoning for storing values in the properties file:**
3536

3637
1. Properties files use key-value pairs because they provide a simple, organized, and flexible way to store configuration data.
3738

0 commit comments

Comments
 (0)