[PR #4302] docs: fix em-dash spacing in LangGraph overview #4287

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4302
Author: @AayushShah-904
Created: 6/4/2026
Status: 🔄 Open

Base: mainHead: fix/langgraph-overview-emdash-spacing


📝 Commits (1)

  • e2e6f05 docs: fix em-dash spacing in LangGraph overview

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/oss/langgraph/overview.mdx (+1 -1)

📄 Description

Overview

Fix missing spaces around em-dashes in the LangGraph overview page.
The dashes in "agents-- including" and "more-- LangGraph" were missing
spaces on both sides, which is incorrect prose em-dash formatting.

Type of change

Type: Fix typo/bug/link/formatting

Related issues/PRs

  • GitHub issue: closes #4254

Checklist

  • I have read the contributing guidelines, including the language policy
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

Additional notes

Changed agents-- including to agents -- including and
more-- LangGraph to more -- LangGraph in src/oss/langgraph/overview.mdx.
Credit to @faustojuarez for identifying the exact file and fix in the issue comments.


🔄 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/4302 **Author:** [@AayushShah-904](https://github.com/AayushShah-904) **Created:** 6/4/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `fix/langgraph-overview-emdash-spacing` --- ### 📝 Commits (1) - [`e2e6f05`](https://github.com/langchain-ai/docs/commit/e2e6f0563fe8d245ea80c4a83a94864af08bd745) docs: fix em-dash spacing in LangGraph overview ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langgraph/overview.mdx` (+1 -1) </details> ### 📄 Description ## Overview Fix missing spaces around em-dashes in the LangGraph overview page. The dashes in "agents-- including" and "more-- LangGraph" were missing spaces on both sides, which is incorrect prose em-dash formatting. ## Type of change **Type:** Fix typo/bug/link/formatting ## Related issues/PRs - GitHub issue: closes #4254 ## Checklist - [x] I have read the contributing guidelines, including the language policy - [ ] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed ## Additional notes Changed `agents-- including` to `agents -- including` and `more-- LangGraph` to `more -- LangGraph` in `src/oss/langgraph/overview.mdx`. Credit to @faustojuarez for identifying the exact file and fix in the issue comments. --- <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:23 -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#4287