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." ] },