From d8b531c8e8ac6caf4e339723c714e9eb69bb4dee Mon Sep 17 00:00:00 2001 From: Joe Mornin <119512+morninj@users.noreply.github.com> Date: Wed, 7 Feb 2024 12:32:12 -0800 Subject: [PATCH] Fix typo --- guides/prompts-basic-usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/prompts-basic-usage.md b/guides/prompts-basic-usage.md index 03dfea688..33ef09dae 100644 --- a/guides/prompts-basic-usage.md +++ b/guides/prompts-basic-usage.md @@ -141,7 +141,7 @@ Perfect! This time the model returned `neutral` which is the specific label I wa *Prompt:* ``` -Classify the text into nutral, negative or positive. +Classify the text into neutral, negative or positive. Text: I think the vacation is okay. Sentiment: @@ -301,4 +301,4 @@ In the upcoming guides, we will cover even more advanced prompt engineering conc [Previous Section (Prompts Introduction)](./prompts-intro.md) -[Next Section (Advanced Prompting Techniques)](./prompts-advanced-usage.md) \ No newline at end of file +[Next Section (Advanced Prompting Techniques)](./prompts-advanced-usage.md)