Skip to content

Commit c447580

Browse files
authored
Merge pull request #22149 from mdelapenya/tctypos
fix: testcontainers typos and link
1 parent e5bacdd commit c447580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/manuals/testcontainers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ quickstart:
2626
link: https://java.testcontainers.org/
2727
---
2828

29-
Testcontainers is set libraries that provides easy and lightweight APIs for bootstrapping local development and test dependencies with real services wrapped in Docker containers.
29+
Testcontainers is a set of open source libraries that provides easy and lightweight APIs for bootstrapping local development and test dependencies with real services wrapped in Docker containers.
3030
Using Testcontainers, you can write tests that depend on the same services you use in production without mocks or in-memory services.
3131

3232
{{< grid items=intro >}}
@@ -38,7 +38,7 @@ Using Testcontainers, you can write tests that depend on the same services you u
3838
Testcontainers provide support for the most popular languages, and Docker sponsors the development of the following Testcontainers implementations:
3939

4040
- [Go](https://golang.testcontainers.org/quickstart/)
41-
- [Java](https://java.testcontainers.org/quickstart/)
41+
- [Java](https://java.testcontainers.org/quickstart/junit_5_quickstart/)
4242

4343
The rest are community-driven and maintained by independent contributors.
4444

0 commit comments

Comments
 (0)