Skip to content

Commit 41b3661

Browse files
authored
Fix typo in Testcontainers documentation (#468)
Fix typo in URL's to navigate to right projects. Signed-off-by: Santhosh Reddy Vootukuri <[email protected]>
1 parent d943af7 commit 41b3661

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/documentation/references/testcontainers-modules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ weight: 7
99

1010
## Introduction
1111

12-
As introduced in our [Developing with Testcontainers](/documentation/guides/usage/developing-testcontainers) guide, you can be embed Microcks into your unit tests with the help of [Testcontainers](https://testcontainers.com) librairies. We provide support for the following languages in dedicated Testcontainers modules: [Java](https://github.com/microcks/microcks-testcontainers-java), [NodeJS / Typescript](https://github.com/microckcs/microcks-testcontainers-node), [Golang](https://github.com/microckcs/microcks-testcontainers-go) and [.NET](https://github.com/microckcs/microcks-testcontainers-dotnet).
12+
As introduced in our [Developing with Testcontainers](/documentation/guides/usage/developing-testcontainers) guide, you can be embed Microcks into your unit tests with the help of [Testcontainers](https://testcontainers.com) librairies. We provide support for the following languages in dedicated Testcontainers modules: [Java](https://github.com/microcks/microcks-testcontainers-java), [NodeJS / Typescript](https://github.com/microcks/microcks-testcontainers-node), [Golang](https://github.com/microcks/microcks-testcontainers-go) and [.NET](https://github.com/microcks/microcks-testcontainers-dotnet).
1313

1414
We try to setup and manage a unified roadmap between modules but because they are maintained by different contributors, drifts between implementations may happen at some points. Our goal is obviously to make them consistent eventually.
1515

@@ -71,4 +71,4 @@ This sections lists the async protocols available on each language binding.
7171
| NATS |||||
7272
| AWS SQS |||||
7373
| AWS SNS |||||
74-
| Google PubSub |||||
74+
| Google PubSub |||||

0 commit comments

Comments
 (0)