From 5346c7b27ec50ddf156c6aff15854185a62a1af4 Mon Sep 17 00:00:00 2001 From: Ayodele Aransiola <36636824+CodeLeom@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:52:39 +0100 Subject: [PATCH] doc: grammar fix on index.mdx (#26771) Thank you for contributing to LangChain! - [x] **PR title**: "package: description" - Where "package" is whichever of langchain, community, core, experimental, etc. is being modified. Use "docs: ..." for purely docs changes, "templates: ..." for template changes, "infra: ..." for CI changes. - Example: "community: add foobar LLM" The PR is an adjustment on few grammar adjustments on the page. @leomofthings is my twitter handle If no one reviews your PR within a few days, please @-mention one of baskaryan, efriis, eyurtsev, ccurme, vbarda, hwchase17. Co-authored-by: Erick Friis --- docs/docs/contributing/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/contributing/index.mdx b/docs/docs/contributing/index.mdx index e91c70c5fd1..e8f7b892a05 100644 --- a/docs/docs/contributing/index.mdx +++ b/docs/docs/contributing/index.mdx @@ -3,8 +3,8 @@ sidebar_position: 0 --- # Welcome Contributors -Hi there! Thank you for even being interested in contributing to LangChain. -As an open-source project in a rapidly developing field, we are extremely open to contributions, whether they involve new features, improved infrastructure, better documentation, or bug fixes. +Hi there! Thank you for your interest in contributing to LangChain. +As an open-source project in a fast developing field, we are extremely open to contributions, whether they involve new features, improved infrastructure, better documentation, or bug fixes. ## 🗺️ Guidelines