Skip to content

Commit 45f0dcb

Browse files
Typo: Add missing comma (discord#7889)
* Typo: Add missing comma * Remove trailing comma Co-authored-by: Mark Mandel <mark@compoundtheory.com> --------- Co-authored-by: Mark Mandel <mark@compoundtheory.com>
1 parent f7f9a5b commit 45f0dcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/components/reference.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,9 @@ Buttons come in various styles to convey different types of actions. These style
206206
"components": [
207207
{
208208
"type": 2, // ComponentType.BUTTON,
209-
"custom_id": "click_me"
209+
"custom_id": "click_me",
210210
"label": "Click me!",
211-
"style": 1,
211+
"style": 1
212212
}
213213
]
214214
}

0 commit comments

Comments
 (0)