Skip to content

Commit bccd125

Browse files
committed
[DOCS] Fix typo in BUILDING docs
1 parent 1739049 commit bccd125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILDING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ To wire this registered cluster into a `TestClusterAware` task (e.g. `RestIntegT
144144
Additional integration tests for a certain Elasticsearch modules that are specific to certain cluster configuration can be declared in a separate so called `qa` subproject of your module.
145145

146146
The benefit of a dedicated project for these tests are:
147-
- `qa` projects are dedicated two specific use-cases and easier to maintain
147+
- `qa` projects are dedicated to specific use-cases and easier to maintain
148148
- It keeps the specific test logic separated from the common test logic.
149149
- You can run those tests in parallel to other projects of the build.
150150

0 commit comments

Comments
 (0)