Skip to content

Commit 9c57cd1

Browse files
NRL-1563 Correct typos
1 parent b0bfcac commit 9c57cd1

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
@@ -95,7 +95,7 @@ To run all the feature integration tests:
9595
make test-features-integration
9696
```
9797

98-
To run indivudal feature test scenario(s) using the custom tag :
98+
To run individual feature test scenario(s) using the custom tag :
9999

100100
1. Add `@custom_tag` before each 'Scenario' that needs to be run (in each .feature file)
101101
2. Run the command below:
@@ -104,7 +104,7 @@ To run indivudal feature test scenario(s) using the custom tag :
104104
make integration-test-with-custom_tag
105105
```
106106

107-
To run all the feature integration tests and generate an interactive Allure report therafter :
107+
To run all the feature integration tests and generate an interactive Allure report thereafter :
108108

109109
```
110110
make test-features-integration-report

0 commit comments

Comments
 (0)