From b216a1dddba8fe0fb62c5749b95077517a511678 Mon Sep 17 00:00:00 2001 From: yoogle Date: Thu, 16 May 2024 23:15:10 +0900 Subject: [PATCH] docs: fix monorepo typo (#21761) ### Description fix monorepo typo. `monorep` -> `monorepo` --- docs/docs/contributing/repo_structure.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/contributing/repo_structure.mdx b/docs/docs/contributing/repo_structure.mdx index fc055e3d0a1..a8f3805fb54 100644 --- a/docs/docs/contributing/repo_structure.mdx +++ b/docs/docs/contributing/repo_structure.mdx @@ -6,7 +6,7 @@ sidebar_position: 0.5 If you plan on contributing to LangChain code or documentation, it can be useful to understand the high level structure of the repository. -LangChain is organized as a [monorep](https://en.wikipedia.org/wiki/Monorepo) that contains multiple packages. +LangChain is organized as a [monorepo](https://en.wikipedia.org/wiki/Monorepo) that contains multiple packages. Here's the structure visualized as a tree: