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.