Skip to content

Commit

Permalink
Merge pull request #22149 from mdelapenya/tctypos
Browse files Browse the repository at this point in the history
fix: testcontainers typos and link
  • Loading branch information
mdelapenya authored Mar 4, 2025
1 parent e5bacdd commit c447580
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/manuals/testcontainers.md
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ quickstart:
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.

{{< 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:

- [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.

0 comments on commit c447580

Please sign in to comment.