From 0808949e5498945cde545ea144728de526dfd0ff Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 19 Aug 2023 22:26:08 +0900 Subject: [PATCH] Fix typo in apis.ipynb (#9490) funtions -> functions --- docs/extras/use_cases/apis.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extras/use_cases/apis.ipynb b/docs/extras/use_cases/apis.ipynb index dba17c1c01..31d0119919 100644 --- a/docs/extras/use_cases/apis.ipynb +++ b/docs/extras/use_cases/apis.ipynb @@ -145,7 +145,7 @@ "source": [ "## Functions \n", "\n", - "We can unpack what is hapening when we use the funtions to calls external APIs.\n", + "We can unpack what is hapening when we use the functions to calls external APIs.\n", "\n", "Let's look at the [LangSmith trace](https://smith.langchain.com/public/76a58b85-193f-4eb7-ba40-747f0d5dd56e/r):\n", "\n",