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:
Ashir Ali Shah
2026-03-27 21:30:43 +05:00
committed by GitHub
parent 2aeeb58ef1
commit 89cd0caa54
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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