From 7ed8d00bba8e186437c6444047a483e1140b4b5d Mon Sep 17 00:00:00 2001 From: andrewmelis Date: Tue, 4 Apr 2023 00:48:58 -0400 Subject: [PATCH] Remove extra word in CONTRIBUTING.md (#2370) "via by a developer" -> "by a developer" --- Thank you for all your hard work! --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index f4f3338f..ecf7e5fc 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -46,7 +46,7 @@ good code into the codebase. ### 🏭Release process -As of now, LangChain has an ad hoc release process: releases are cut with high frequency via by +As of now, LangChain has an ad hoc release process: releases are cut with high frequency by a developer and published to [PyPI](https://pypi.org/project/langchain/). LangChain follows the [semver](https://semver.org/) versioning standard. However, as pre-1.0 software,