From 9214d8e6ed4503969a7528532507f215b5638bdd Mon Sep 17 00:00:00 2001 From: ba230t Date: Fri, 3 Nov 2023 05:31:04 +0900 Subject: [PATCH] Fixed a typo in templates/docs/CONTRIBUTING.md (delimeters =>delimiters) (#12774) - **Description:** Just fixed a minor typo in templates/docs/CONTRIBUTING.md. - **Issue:** No linked issues. Very small contribution! --- templates/docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/docs/CONTRIBUTING.md b/templates/docs/CONTRIBUTING.md index b5a281885ce..932f235e639 100644 --- a/templates/docs/CONTRIBUTING.md +++ b/templates/docs/CONTRIBUTING.md @@ -15,7 +15,7 @@ pip install -U "langchain-cli[serve]" ``` You can then run the following command to create a new skeleton of a package. -By convention, package names should use `-` delimeters (not `_`). +By convention, package names should use `-` delimiters (not `_`). ```shell langchain template new $PROJECT_NAME