diff --git a/docs/extras/modules/chains/foundational/router.ipynb b/docs/extras/modules/chains/foundational/router.ipynb index 88f502fbfe8..c95e613d74d 100644 --- a/docs/extras/modules/chains/foundational/router.ipynb +++ b/docs/extras/modules/chains/foundational/router.ipynb @@ -15,7 +15,7 @@ "- destination_chains: chains that the router chain can route to\n", "\n", "\n", - "In this notebook we will focus on the different types of routing chains. We will show these routing chains used in a `MultiPromptChain` to create a question-answering chain that selects the prompt which is most relevant for a given question, and then answers the question using that prompt." + "In this notebook, we will focus on the different types of routing chains. We will show these routing chains used in a `MultiPromptChain` to create a question-answering chain that selects the prompt which is most relevant for a given question, and then answers the question using that prompt." ] }, { @@ -231,7 +231,7 @@ } ], "source": [ - "print(chain.run(\"What is the name of the type of cloud that rins\"))" + "print(chain.run(\"What is the name of the type of cloud that rains?\"))" ] }, {