Skip to content

Commit 9800d8e

Browse files
Remove trailing comma
Co-authored-by: Mark Mandel <[email protected]>
1 parent 8811ae0 commit 9800d8e

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
@@ -207,7 +207,7 @@ Buttons come in various styles to convey different types of actions. These style
207207
"type": 2, // ComponentType.BUTTON,
208208
"custom_id": "click_me",
209209
"label": "Click me!",
210-
"style": 1,
210+
"style": 1
211211
}
212212
]
213213
}

0 commit comments

Comments
 (0)