From 8154a398a80126a224e79bfc3554eb1ba864b869 Mon Sep 17 00:00:00 2001 From: Ethan Butler <4589948+ethan-butler-alight@users.noreply.github.com> Date: Wed, 29 Nov 2023 20:34:51 -0500 Subject: [PATCH] Fix spelling error on 100-basic-prompting.md --- .../content/101-prompting-introduction/100-basic-prompting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/prompt-engineering/content/101-prompting-introduction/100-basic-prompting.md b/src/data/roadmaps/prompt-engineering/content/101-prompting-introduction/100-basic-prompting.md index 72e5c634b..06a11331f 100644 --- a/src/data/roadmaps/prompt-engineering/content/101-prompting-introduction/100-basic-prompting.md +++ b/src/data/roadmaps/prompt-engineering/content/101-prompting-introduction/100-basic-prompting.md @@ -25,4 +25,4 @@ Or if you want to generate a new text, you could simply write the prompt with th Write me an introductory guide about Prompt Engineering. ``` -However, using plain text as prompts i.e. without using any best pratices you may not be able to fully utilise the power of LLMs. That's where "Prompt Engineering" or knowing the best practices for writing better prompts and getting the most out of LLMs comes in. \ No newline at end of file +However, using plain text as prompts i.e. without using any best practices you may not be able to fully utilise the power of LLMs. That's where "Prompt Engineering" or knowing the best practices for writing better prompts and getting the most out of LLMs comes in.