From 19498e7015ddc57639ba0d5839193e567561f5fc Mon Sep 17 00:00:00 2001 From: slinkydeveloper Date: Wed, 6 Nov 2024 13:50:48 +0100 Subject: [PATCH] Fix typo --- docs/develop/ts/testing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/develop/ts/testing.mdx b/docs/develop/ts/testing.mdx index 819ca26c..adf085b7 100644 --- a/docs/develop/ts/testing.mdx +++ b/docs/develop/ts/testing.mdx @@ -5,7 +5,7 @@ description: "Test your services." # Testing -The Typescript SDK has an companion library which makes it easy to test against a Restate container: +The Typescript SDK has a companion library which makes it easy to test against a Restate container: [`@restatedev/restate-sdk-testcontainers`](https://www.npmjs.com/package/@restatedev/restate-sdk-testcontainers). ## Usage