docs/content/guides/java
Igor Klimer f42a4ccabe
Fix typo in Java guide for running tests (#21816)
## Description

Fix typo when targeting the `test` stage - it was mentioning a
non-exisiting `--target-test` parameter which could confuse new users:
`unknown flag: --target-test`.
It should be `--target test` or `--target=test`. I went with `--target
test` since that's what is used in the rest of the guide.


## Related issues or tickets

Introduced in https://github.com/docker/docs/pull/19390

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-01-14 14:54:01 -08:00
..
images site: use filter-based nav for guides 2024-10-03 16:50:15 +02:00
_index.md site: rework guides filters and tags taxonomy 2024-10-28 16:10:20 +01:00
configure-ci-cd.md guides: add cross-references to gha intro guide 2024-12-06 12:55:49 +01:00
containerize.md Update java containerization guide to fix compilation error 2024-10-30 11:10:58 +00:00
deploy.md ENGDOCS-2300 (#21354) 2024-11-07 14:45:53 +00:00
develop.md add java 21 2024-10-23 09:09:59 -06:00
run-tests.md Fix typo in Java guide for running tests (#21816) 2025-01-14 14:54:01 -08:00