Merge pull request #22149 from mdelapenya/tctypos

fix: testcontainers typos and link
This commit is contained in:
Manuel de la Peña 2025-03-04 10:38:27 +01:00 committed by GitHub
parent e5bacdd5e0
commit c447580c82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ quickstart:
link: https://java.testcontainers.org/ link: https://java.testcontainers.org/
--- ---
Testcontainers is set libraries that provides easy and lightweight APIs for bootstrapping local development and test dependencies with real services wrapped in Docker containers. 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.
Using Testcontainers, you can write tests that depend on the same services you use in production without mocks or in-memory services. Using Testcontainers, you can write tests that depend on the same services you use in production without mocks or in-memory services.
{{< grid items=intro >}} {{< grid items=intro >}}
@ -38,7 +38,7 @@ Using Testcontainers, you can write tests that depend on the same services you u
Testcontainers provide support for the most popular languages, and Docker sponsors the development of the following Testcontainers implementations: Testcontainers provide support for the most popular languages, and Docker sponsors the development of the following Testcontainers implementations:
- [Go](https://golang.testcontainers.org/quickstart/) - [Go](https://golang.testcontainers.org/quickstart/)
- [Java](https://java.testcontainers.org/quickstart/) - [Java](https://java.testcontainers.org/quickstart/junit_5_quickstart/)
The rest are community-driven and maintained by independent contributors. The rest are community-driven and maintained by independent contributors.