From 89cd0caa54d541e33ae87224c8e277bcbb026020 Mon Sep 17 00:00:00 2001 From: Ashir Ali Shah <124299066+Ashir-Ali-Shah@users.noreply.github.com> Date: Fri, 27 Mar 2026 21:30:43 +0500 Subject: [PATCH] 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 --- AGENTS.md | 2 +- CLAUDE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 9f12b01018b..681e20fb0d3 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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 diff --git a/CLAUDE.md b/CLAUDE.md index 9f12b01018b..681e20fb0d3 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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