[PR #5869] docs: fix typos and improve clarity in setup guides #4689

Closed
opened 2026-02-20 17:50:35 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langchain-ai/langgraph/pull/5869

State: closed
Merged: No


This pull request makes minor corrections to documentation files to fix typos and improve clarity. The main changes are updates to comments and example commands in several setup and configuration docs.

Documentation corrections:

  • Fixed a typo in the comment for nodes.py and nodes.ts in various setup documentation files, changing "node functions for you graph" to "node functions for your graph".
  • Corrected a typo in an example curl command, changing <DEPOLYMENT_URL> to <DEPLOYMENT_URL> in the configuration documentation.
  • Improved clarity in the autoscaler explanation by changing "the number of pending runs in 20" to "the number of pending runs is 20" in the concepts documentation.
**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/5869 **State:** closed **Merged:** No --- This pull request makes minor corrections to documentation files to fix typos and improve clarity. The main changes are updates to comments and example commands in several setup and configuration docs. Documentation corrections: * Fixed a typo in the comment for `nodes.py` and `nodes.ts` in various setup documentation files, changing "node functions for you graph" to "node functions for your graph". * Corrected a typo in an example `curl` command, changing `<DEPOLYMENT_URL>` to `<DEPLOYMENT_URL>` in the configuration documentation. * Improved clarity in the autoscaler explanation by changing "the number of pending runs in 20" to "the number of pending runs is 20" in the concepts documentation.
yindo added the pull-request label 2026-02-20 17:50:35 -05:00
yindo closed this issue 2026-02-20 17:50:35 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#4689