Skip to content

Commit 8811ae0

Browse files
authored
Typo: Add missing comma
1 parent 9efaf06 commit 8811ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/reference.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Buttons come in various styles to convey different types of actions. These style
205205
"components": [
206206
{
207207
"type": 2, // ComponentType.BUTTON,
208-
"custom_id": "click_me"
208+
"custom_id": "click_me",
209209
"label": "Click me!",
210210
"style": 1,
211211
}

0 commit comments

Comments
 (0)