Skip to content

Commit

Permalink
fix typo in dialog api component
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminMINK authored and tugcekucukoglu committed Dec 21, 2021
1 parent 2064e29 commit 517a0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-generator/components/dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const DialogProps = [
description: "Aria label of the close icon."
},
{
name: "maxiizable",
name: "maximizable",
type: "boolean",
default: "false",
description: "Whether the dialog can be displayed full screen."
Expand Down

0 comments on commit 517a0d7

Please sign in to comment.