From 01126ad3fd82e6dd7a4535a37d7630a77193f6eb Mon Sep 17 00:00:00 2001 From: Piyush Gupta Date: Wed, 22 Oct 2025 22:21:51 +0530 Subject: [PATCH] fix: greptile review --- docs/contributing/getting-started/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/getting-started/overview.mdx b/docs/contributing/getting-started/overview.mdx index 1d79002a4..396ed8b21 100644 --- a/docs/contributing/getting-started/overview.mdx +++ b/docs/contributing/getting-started/overview.mdx @@ -11,7 +11,7 @@ should approach the development and contribution process. Infisical has two major code-bases. One for the platform code, and one for SDKs. The contribution process has some key differences between the two, so we've split the documentation into two sections: - The [Infisical Platform](https://github.com/Infisical/infisical), the Infisical platform itself. -- The Infisical SDKs, please refer to the each individual SDK documentation for more information. +- The Infisical SDKs, please refer to each individual SDK documentation for more information. - [Node.js SDK](https://github.com/Infisical/node-sdk-v2) - [Python SDK](https://github.com/Infisical/python-sdk-official) - [Java SDK](https://github.com/Infisical/java-sdk)