diff --git a/docs/docs/concepts/streaming.mdx b/docs/docs/concepts/streaming.mdx index b0dc9934f3404..8fb69b7b53353 100644 --- a/docs/docs/concepts/streaming.mdx +++ b/docs/docs/concepts/streaming.mdx @@ -83,7 +83,7 @@ When using the *stream* and *astream* methods with LangGraph, you can **one or m - **"updates"**: Emit only the node name(s) and updates that were returned by the node(s) after each step. - **"debug"**: Emit debug events for each step. - **"messages"**: Emit LLM [messages](/docs/concepts/messages) [token-by-token](/docs/concepts/tokens). -- **"custom"**: Emit custom output witten using [LangGraph's StreamWriter](https://langchain-ai.github.io/langgraph/reference/types/#langgraph.types.StreamWriter). +- **"custom"**: Emit custom output written using [LangGraph's StreamWriter](https://langchain-ai.github.io/langgraph/reference/types/#langgraph.types.StreamWriter). For more information, please see: * [LangGraph streaming conceptual guide](https://langchain-ai.github.io/langgraph/concepts/streaming/) for more information on how to stream when working with LangGraph.