From 03726f9bc6121cebe05107ea8b14d374e1880e7d Mon Sep 17 00:00:00 2001 From: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com> Date: Mon, 28 Jul 2025 15:14:37 -0400 Subject: [PATCH] Update docs/docs/how-tos/human_in_the_loop/add-human-in-the-loop.md Co-authored-by: Eugene Yurtsev --- docs/docs/how-tos/human_in_the_loop/add-human-in-the-loop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how-tos/human_in_the_loop/add-human-in-the-loop.md b/docs/docs/how-tos/human_in_the_loop/add-human-in-the-loop.md index 45c5b3ff7..ab5aaf0b9 100644 --- a/docs/docs/how-tos/human_in_the_loop/add-human-in-the-loop.md +++ b/docs/docs/how-tos/human_in_the_loop/add-human-in-the-loop.md @@ -182,7 +182,7 @@ resume_map = { graph.invoke(Command(resume=resume_map), config=thread_config) ``` -!!! example "Extended example: resume multiple interrupts" +??? example "Extended example: resume multiple interrupts" ```python from typing import TypedDict