Skip to content

Commit 4b9724d

Browse files
docs(types): fix icon_button type in jsdoc description to be icon_button (#2380)
1 parent 942bbda commit 4b9724d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/types/src/block-kit/block-elements.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export interface FileInput extends Actionable {
212212
*/
213213
export interface IconButton extends Actionable, Confirmable {
214214
/**
215-
* @description The type of element. In this case `type` is always `file_input`.
215+
* @description The type of element. In this case `type` is always `icon_button`.
216216
*/
217217
type: 'icon_button';
218218
/**

0 commit comments

Comments
 (0)