From f8b5e05c47cb553fd4ff65a9693a0805c3505ca6 Mon Sep 17 00:00:00 2001 From: Daiki Inoue <39626260+foie0222@users.noreply.github.com> Date: Tue, 3 Jun 2025 04:03:23 +0900 Subject: [PATCH] docs: fix a typo (#4908) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1231673d5..a4e9a3eca 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -109,7 +109,7 @@ Here are some high-level tips on writing a good how-to guide: LangGraph's conceptual guides fall under the **Explanation** quadrant of Diataxis. They should cover LangChain terms and concepts in a more abstract way than how-to guides or tutorials, and should be geared towards curious users interested in gaining a deeper understanding of the framework. Try to avoid excessively large code examples. The goal here is to -impart perspective to the user rather than to finish a practical project. These guides should cover **why** things work they way they do. +impart perspective to the user rather than to finish a practical project. These guides should cover **why** things work the way they do. To quote the Diataxis website: