[PR #1304] [MERGED] Fix: Correct typo in "Subscribed" error message #1365

Closed
opened 2026-02-15 20:15:27 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1304
Author: @kilavvy
Created: 6/21/2025
Status: Merged
Merged: 6/23/2025
Merged by: @dqbd

Base: mainHead: main


📝 Commits (2)

📊 Changes

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

View changed files

📝 libs/langgraph/src/pregel/validate.test.ts (+1 -1)
📝 libs/langgraph/src/pregel/validate.ts (+1 -1)

📄 Description

Description:

This PR addresses a minor typo in an error message related to channel subscriptions.

- Corrected "Subcribed" to "Subscribed" in the validation error message.
- Updated the corresponding unit test to expect the corrected error message.

🔄 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/langgraphjs/pull/1304 **Author:** [@kilavvy](https://github.com/kilavvy) **Created:** 6/21/2025 **Status:** ✅ Merged **Merged:** 6/23/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`5566696`](https://github.com/langchain-ai/langgraphjs/commit/5566696031d6fb3dc9ec5170427986c58f9f43ac) Update validate.test.ts - [`d2e825f`](https://github.com/langchain-ai/langgraphjs/commit/d2e825f2f2ecc7e9d6f20802c2c4d7ae99a16d00) Update validate.ts ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/pregel/validate.test.ts` (+1 -1) 📝 `libs/langgraph/src/pregel/validate.ts` (+1 -1) </details> ### 📄 Description **Description:** ``` This PR addresses a minor typo in an error message related to channel subscriptions. - Corrected "Subcribed" to "Subscribed" in the validation error message. - Updated the corresponding unit test to expect the corrected error message. ``` --- <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-02-15 20:15:27 -05:00
yindo closed this issue 2026-02-15 20:15:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1365