From 3500d9a501bbc83bd958b72c5c084e1c04ea359e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ShinChven=20=E2=9C=A8?= Date: Thu, 14 Dec 2023 13:17:51 +0800 Subject: [PATCH] fix: spelling in the description of Stable Diffusion Prompts Crafter fixed a spelling error. --- src/stable-diffusion.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stable-diffusion.json b/src/stable-diffusion.json index b31556364857..198fc417490a 100644 --- a/src/stable-diffusion.json +++ b/src/stable-diffusion.json @@ -8,7 +8,7 @@ "identifier": "stable-diffusion", "meta": { "avatar": "🦄", - "description": "This GPT helps create precise prompts for Stable Diffusion. You will get descriptions, prompts, and negative prompts. prompts and negative promps are in plain text code blocks for easy copy.", + "description": "This GPT helps create precise prompts for Stable Diffusion. You will get descriptions, prompts, and negative prompts. prompts and negative prompts are in plain text code blocks for easy copy.", "tags": ["stable-diffusion"], "title": "Stable Diffusion Prompts Crafter" },