From 4f2fee8c68f5c0d530ae523bf726175e4deb44bd Mon Sep 17 00:00:00 2001 From: p61s Date: Tue, 15 Jul 2025 20:12:47 +0100 Subject: [PATCH] Fix typo Spolier -> Spoiler --- docs/components/reference.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/reference.mdx b/docs/components/reference.mdx index dce78cf194..8f31e177e9 100644 --- a/docs/components/reference.mdx +++ b/docs/components/reference.mdx @@ -924,7 +924,7 @@ To use this component, you need to send the [message flag](/docs/resources/messa "components": [ { "type": 10, - "content": "# This is a Text Display\nAll the regular markdown rules apply\n- You can make lists\n- You can use `code blocks`\n- You can use [links](http://watchanimeattheoffice.com/)\n- Even :blush: :star_struck: :exploding_head:\n- Spolier alert: ||these too!||" + "content": "# This is a Text Display\nAll the regular markdown rules apply\n- You can make lists\n- You can use `code blocks`\n- You can use [links](http://watchanimeattheoffice.com/)\n- Even :blush: :star_struck: :exploding_head:\n- Spoiler alert: ||these too!||" } ] }