Skip to content

Commit

Permalink
docs: Fix typo in selectors guide (#7277)
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Lee <[email protected]>
  • Loading branch information
nick-w-nick and jacoblee93 authored Dec 3, 2024
1 parent 3b36a33 commit 2830c11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/core_docs/docs/how_to/example_selectors.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -283,4 +283,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}

0 comments on commit 2830c11

Please sign in to comment.