DOC: Grammar and punctuation improvements in LangGraph introduction tutorial #117

Closed
opened 2026-02-20 17:26:52 -05:00 by yindo · 1 comment
Owner

Originally created by @ruankie on GitHub (Jun 16, 2024).

Issue with current documentation:

Overview

I've recently read through the LangGraph introduction tutorial and noticed a few minor grammar and punctuation errors. Fixing these will make the docs easier to understand and reduce the chances of misinterpretation.

Errors

  • Incorrect closure of back ticks to delineate objects in Markdown (section 2)
  • Unnecessary double new-line in docstring of route_tools function (section 2)
  • Typo when describing checkpointer memory (section 3)
  • Grammar error: using "arbitrary" instead of "arbitrarily" when describing checkpointing (section 3)
  • Using "is" instead of "are" to describe plural (section 3)
  • Incomplete wrapping of words in double underscore for Markdown formatting (section 7)

Idea or request for content:

No response

Originally created by @ruankie on GitHub (Jun 16, 2024). ### Issue with current documentation: ## Overview I've recently read through the [LangGraph introduction tutorial](https://langchain-ai.github.io/langgraph/tutorials/introduction/) and noticed a few minor grammar and punctuation errors. Fixing these will make the docs easier to understand and reduce the chances of misinterpretation. ## Errors - Incorrect closure of back ticks to delineate objects in Markdown ([section 2](https://langchain-ai.github.io/langgraph/tutorials/introduction/#part-2-enhancing-the-chatbot-with-tools)) - Unnecessary double new-line in docstring of `route_tools` function ([section 2](https://langchain-ai.github.io/langgraph/tutorials/introduction/#part-2-enhancing-the-chatbot-with-tools)) - Typo when describing checkpointer memory ([section 3](https://langchain-ai.github.io/langgraph/tutorials/introduction/#part-3-adding-memory-to-the-chatbot)) - Grammar error: using "arbitrary" instead of "arbitrarily" when describing checkpointing ([section 3](https://langchain-ai.github.io/langgraph/tutorials/introduction/#part-3-adding-memory-to-the-chatbot)) - Using "is" instead of "are" to describe plural ([section 3](https://langchain-ai.github.io/langgraph/tutorials/introduction/#part-3-adding-memory-to-the-chatbot)) - Incomplete wrapping of words in double underscore for Markdown formatting ([section 7](https://langchain-ai.github.io/langgraph/tutorials/introduction/#part-7-time-travel)) ### Idea or request for content: _No response_
yindo closed this issue 2026-02-20 17:26:52 -05:00
Author
Owner

@hinthornw commented on GitHub (Jun 20, 2024):

Thank you for the PR :)

@hinthornw commented on GitHub (Jun 20, 2024): Thank you for the PR :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#117