diff --git a/docs/docs/how-tos/graph-api.md b/docs/docs/how-tos/graph-api.md index bf0af9610..75d686bc4 100644 --- a/docs/docs/how-tos/graph-api.md +++ b/docs/docs/how-tos/graph-api.md @@ -1422,8 +1422,8 @@ const builder = new StateGraph(State) ::: ??? info "Why split application steps into a sequence with LangGraph?" -LangGraph makes it easy to add an underlying persistence layer to your application. -This allows state to be checkpointed in between the execution of nodes, so your LangGraph nodes govern: + LangGraph makes it easy to add an underlying persistence layer to your application. + This allows state to be checkpointed in between the execution of nodes, so your LangGraph nodes govern: - How state updates are [checkpointed](../concepts/persistence.md) - How interruptions are resumed in [human-in-the-loop](../concepts/human_in_the_loop.md) workflows @@ -3320,4 +3320,4 @@ const imageBuffer = new Uint8Array(await image.arrayBuffer()); await fs.writeFile("graph.png", imageBuffer); ``` -::: \ No newline at end of file +:::