From 073708e7e99ff5e2d673c61f501d05738595c75d Mon Sep 17 00:00:00 2001 From: Glitchagon <135940053+Glitchagon@users.noreply.github.com> Date: Tue, 21 Jan 2025 18:22:22 +0300 Subject: [PATCH] fix: resource content grammar Fixed a couple spelling errors in the Use Delimiters section of the Prompt Engineering course. --- .../content/102-prompts/good-prompts/100-use-delimiters.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/roadmaps/prompt-engineering/content/102-prompts/good-prompts/100-use-delimiters.md b/src/data/roadmaps/prompt-engineering/content/102-prompts/good-prompts/100-use-delimiters.md index 70ae4fbb2..61e5cd9cc 100644 --- a/src/data/roadmaps/prompt-engineering/content/102-prompts/good-prompts/100-use-delimiters.md +++ b/src/data/roadmaps/prompt-engineering/content/102-prompts/good-prompts/100-use-delimiters.md @@ -21,7 +21,7 @@ Summarize the text delimited by triple curly braces into a single sentence. ``` ``` -Translate the text delimited by tripple quotes into Arabic +Translate the text delimited by triple quotes into Arabic. """How are you?""" -``` \ No newline at end of file +```