diff --git a/api-generator/components/dialog.js b/api-generator/components/dialog.js index d5a288bf2..3f34c3254 100644 --- a/api-generator/components/dialog.js +++ b/api-generator/components/dialog.js @@ -105,7 +105,7 @@ const DialogProps = [ name: "draggable", type: "boolean", default: "true", - description: "Whether the dialog can be displayed full screen." + description: "Whether the dialog can be relocated by dragging." }, { name: "minX",