[GH-ISSUE #4254] [langgraph]: missing space in docs? #2793

Closed
opened 2026-06-05 17:26:49 -04:00 by yindo · 4 comments
Owner

Originally created by @Tamir198 on GitHub (Jun 2, 2026).
Original GitHub issue: https://github.com/langchain-ai/docs/issues/4254

Type of issue

question

Language

Python

Description

Hey I was just wondering if those -- that are right next to the "agents" and "more" are missing a space or this is intentional:

Image

The relevant docs are :

https://docs.langchain.com/oss/python/langgraph/overview?_gl=11rb1lew_gcl_auMjAzMDk0Mzg3MS4xNzgwMzAyMDgw_gaMTE4OTA1NDk3MC4xNzgwMzAyMDgw_ga_47WX3HKKY2*czE3ODAzODc2ODkkbzIkZzEkdDE3ODAzODkxODUkajQ5JGwwJGgw

Originally created by @Tamir198 on GitHub (Jun 2, 2026). Original GitHub issue: https://github.com/langchain-ai/docs/issues/4254 ### Type of issue question ### Language Python ### Description Hey I was just wondering if those `--` that are right next to the "agents" and "more" are missing a space or this is intentional: <img width="1384" height="368" alt="Image" src="https://github.com/user-attachments/assets/b0de824a-24bb-4066-bf1e-47dfcb669527" /> The relevant docs are : https://docs.langchain.com/oss/python/langgraph/overview?_gl=1*1rb1lew*_gcl_au*MjAzMDk0Mzg3MS4xNzgwMzAyMDgw*_ga*MTE4OTA1NDk3MC4xNzgwMzAyMDgw*_ga_47WX3HKKY2*czE3ODAzODc2ODkkbzIkZzEkdDE3ODAzODkxODUkajQ5JGwwJGgw
yindo added the langgraphexternal labels 2026-06-05 17:26:49 -04:00
yindo closed this issue 2026-06-05 17:26:49 -04:00
Author
Owner

@FaustoJuarez commented on GitHub (Jun 3, 2026):

Hi! I checked the source file src/oss/langgraph/overview.mdx and this does appear to be a typo — the -- in "agents-- including" and "more-- LangGraph" are missing spaces on both sides.

The standard for prose em-dashes would be agents -- including and more -- LangGraph.

If the team confirms this should be corrected, could this be assigned to me? Happy to open a PR fixing both instances!

<!-- gh-comment-id:4612344700 --> @FaustoJuarez commented on GitHub (Jun 3, 2026): Hi! I checked the source file `src/oss/langgraph/overview.mdx` and this does appear to be a typo — the `--` in "agents-- including" and "more-- LangGraph" are missing spaces on both sides. The standard for prose em-dashes would be `agents -- including` and `more -- LangGraph`. If the team confirms this should be corrected, could this be assigned to me? Happy to open a PR fixing both instances!
Author
Owner

@AayushShah-904 commented on GitHub (Jun 4, 2026):

Hi! I'd like to work on this fix. I can see from @FaustoJuarez's investigation that the file is src/oss/langgraph/overview.mdx and the fix is adding spaces around the em-dashes. I'll submit a PR shortly!

<!-- gh-comment-id:4621333681 --> @AayushShah-904 commented on GitHub (Jun 4, 2026): Hi! I'd like to work on this fix. I can see from @FaustoJuarez's investigation that the file is src/oss/langgraph/overview.mdx and the fix is adding spaces around the em-dashes. I'll submit a PR shortly!
Author
Owner

@AayushShah-904 commented on GitHub (Jun 4, 2026):

@Tamir198 Hi! I've submitted a small formatting fix for #4254 — adding missing spaces around em-dashes in the LangGraph overview page. All 16 checks passed. Would appreciate a review when you get a chance!

<!-- gh-comment-id:4621379610 --> @AayushShah-904 commented on GitHub (Jun 4, 2026): @Tamir198 Hi! I've submitted a small formatting fix for #4254 — adding missing spaces around em-dashes in the LangGraph overview page. All 16 checks passed. Would appreciate a review when you get a chance!
Author
Owner

@Tamir198 commented on GitHub (Jun 4, 2026):

@AayushShah-904 Sorry im not related to this repo, just opened the issue

<!-- gh-comment-id:4622562245 --> @Tamir198 commented on GitHub (Jun 4, 2026): @AayushShah-904 Sorry im not related to this repo, just opened the issue
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2793