[PR #4303] [CLOSED] Fix capitalization of 'how' after colon in definition lists #4292

Closed
opened 2026-06-05 19:13:24 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4303
Author: @langsmith-fleet[bot]
Created: 6/4/2026
Status: Closed

Base: mainHead: docs/fix-how-capitalization


📝 Commits (1)

  • 18b4d79 Fix capitalization of 'how' after colon in definition lists

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 src/oss/deepagents/content-builder.mdx (+1 -1)
📝 src/oss/langchain/multi-agent/subagents.mdx (+1 -1)

📄 Description

Fixes DOC-1205

Summary

  • Lowercase how in two places where it appeared mid-sentence after a bold term and colon, per sentence-case style guide
  • src/oss/deepagents/content-builder.mdx: **Composition**: How elements...how
  • src/oss/langchain/multi-agent/subagents.mdx: **Name**: How the main agent...how

Links

Verification

Not run; docs-only copy change.

Reviewers

Requested review from: @npentrel, @lnhsingh, @mdrxy


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/4303 **Author:** [@langsmith-fleet[bot]](https://github.com/apps/langsmith-fleet) **Created:** 6/4/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `docs/fix-how-capitalization` --- ### 📝 Commits (1) - [`18b4d79`](https://github.com/langchain-ai/docs/commit/18b4d7977670e93afdbe3889d76cb2225a3be0b6) Fix capitalization of 'how' after colon in definition lists ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/deepagents/content-builder.mdx` (+1 -1) 📝 `src/oss/langchain/multi-agent/subagents.mdx` (+1 -1) </details> ### 📄 Description Fixes DOC-1205 ## Summary - Lowercase `how` in two places where it appeared mid-sentence after a bold term and colon, per sentence-case style guide - `src/oss/deepagents/content-builder.mdx`: `**Composition**: How elements...` → `how` - `src/oss/langchain/multi-agent/subagents.mdx`: `**Name**: How the main agent...` → `how` ## Links - Linear: https://linear.app/langchain/issue/DOC-1205/fix-capitalization-of-how-after-colon-in-definition-lists - Slack: https://langchain.slack.com/archives/C09G1T60QV9/p1780516064051099 ## Verification Not run; docs-only copy change. ## Reviewers Requested review from: @npentrel, @lnhsingh, @mdrxy --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 19:13:24 -04:00
yindo closed this issue 2026-06-05 19:13:24 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#4292