Skip to content

Commit b034298

Browse files
Fixing vale errors
1 parent 9355742 commit b034298

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/utility-guides/LoadProperties.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The Load Properties Utility can be used to retrieve values from a properties fil
1212

1313
## How This Works
1414

15-
This util uses the `jproperties` package to load the properties files.<br>
15+
This utility uses the `jproperties` package to load the properties files.<br>
1616
There is a class `PropertiesFile`, containing the locations of both files:
1717

1818
1. `self.smokescreen_properties_file`: tests/smokescreen/bcss_smokescreen_tests.properties
@@ -34,7 +34,7 @@ To add values to the properties file follow the format:
3434

3535
## Using the Load Properties Utility
3636

37-
To use the this util in a test reference the pytest fixture in `conftest.py`.<br>
37+
To use the this utility in a test reference the pytest fixture in `conftest.py`.<br>
3838
There is no need to import anything as any fixtures in `conftest.py` will be automatically discovered by pytest.
3939
Here there are two fixtures:
4040

0 commit comments

Comments
 (0)