From a72d162a100fcc32dd83dae02b4a1198a7f1bf0f Mon Sep 17 00:00:00 2001 From: Trung Phan Date: Tue, 30 Apr 2024 05:26:14 +0700 Subject: [PATCH] Fix typo in examples/human-in-the-loop.ipynb (#359) --- examples/human-in-the-loop.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/human-in-the-loop.ipynb b/examples/human-in-the-loop.ipynb index 1ab370ed7..f13c24a0f 100644 --- a/examples/human-in-the-loop.ipynb +++ b/examples/human-in-the-loop.ipynb @@ -11,8 +11,8 @@ "This can be helpful when giving them access to tools.\n", "Often in these situations you may want to manually approve an action before taking.\n", "\n", - "This can be in several ways, but the primary supported way is to add an \"interupt\" before a node is executed.\n", - "This interupts execution at that node.\n", + "This can be in several ways, but the primary supported way is to add an \"interrupt\" before a node is executed.\n", + "This interrupts execution at that node.\n", "You can then resume from that spot to continue." ] },