From 2830c1184a9a1f06c14f7593982d0e63aeeea626 Mon Sep 17 00:00:00 2001 From: nick-w-nick <43578531+nick-w-nick@users.noreply.github.com> Date: Tue, 3 Dec 2024 14:15:22 -0500 Subject: [PATCH] docs: Fix typo in selectors guide (#7277) Co-authored-by: Jacob Lee --- docs/core_docs/docs/how_to/example_selectors.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/core_docs/docs/how_to/example_selectors.ipynb b/docs/core_docs/docs/how_to/example_selectors.ipynb index fbda2184ecd1..6a47ab1116b7 100644 --- a/docs/core_docs/docs/how_to/example_selectors.ipynb +++ b/docs/core_docs/docs/how_to/example_selectors.ipynb @@ -223,7 +223,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "Translate the following words from English to Italain:\n", + "Translate the following words from English to Italian:\n", "\n", "Input: hand -> Output: mano\n", "\n", @@ -236,7 +236,7 @@ " exampleSelector,\n", " examplePrompt,\n", " suffix: \"Input: {input} -> Output:\",\n", - " prefix: \"Translate the following words from English to Italain:\",\n", + " prefix: \"Translate the following words from English to Italian:\",\n", " inputVariables: [\"input\"],\n", "})\n", "\n", @@ -283,4 +283,4 @@ }, "nbformat": 4, "nbformat_minor": 5 -} \ No newline at end of file +}