Skip to content

Commit 928e58b

Browse files
authored
update README.md (#468)
Spelling
1 parent fc0e99e commit 928e58b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Run all **unit** tests (Maven Surefire Plugin): `./mvnw test`
218218
Run all **integration & web** tests (Maven Failsafe plugin):
219219

220220
1. Make sure no conflicting Docker containers are currently running: `docker ps`
221-
2. Make sure the test classes have been compiled and the frontend has been build and is part of the `target/classes/public` folder: `./mvnw package -DskipTest`
221+
2. Make sure the test classes have been compiled and the frontend has been built and is part of the `target/classes/public` folder: `./mvnw package -DskipTest`
222222
3. Execute `./mvnw failsafe:integration-test failsafe:verify`
223223

224224
Run **all tests** together:

0 commit comments

Comments
 (0)