mirror of
https://github.com/hwchase17/langchain.git
synced 2026-04-03 02:44:10 +00:00
docs: fix grammatical error in development guidelines (#36225)
Corrected a small typo from "setup" (noun) to "set up" (verb) in the environment installation instructions for grammatical correctness. Fixes langchain-ai/docs#3299
This commit is contained in:
@@ -44,7 +44,7 @@ This monorepo uses `uv` for dependency management. Local development uses editab
|
||||
|
||||
Each package in `libs/` has its own `pyproject.toml` and `uv.lock`.
|
||||
|
||||
Before running your tests, setup all packages by running:
|
||||
Before running your tests, set up all packages by running:
|
||||
|
||||
```bash
|
||||
# For all groups
|
||||
|
||||
@@ -44,7 +44,7 @@ This monorepo uses `uv` for dependency management. Local development uses editab
|
||||
|
||||
Each package in `libs/` has its own `pyproject.toml` and `uv.lock`.
|
||||
|
||||
Before running your tests, setup all packages by running:
|
||||
Before running your tests, set up all packages by running:
|
||||
|
||||
```bash
|
||||
# For all groups
|
||||
|
||||
Reference in New Issue
Block a user