diff --git a/docs/upload-drag-area.component.md b/docs/upload-drag-area.component.md index 0a221217ad..8051ab81e7 100644 --- a/docs/upload-drag-area.component.md +++ b/docs/upload-drag-area.component.md @@ -32,7 +32,7 @@ export class AppComponent { | Name | Type | Default | Description | | --- | --- | --- | --- | | disabled | boolean | false | Toggle component disabled state | -| rootFolderId | string | '-root-' | The ID of the root folder node. | +| parentId | string | '-root-' | The ID of the folder in which the files will be uploaded. | | versioning | boolean | false | Versioning false is the default uploader behaviour and it renames the file using an integer suffix if there is a name clash. Versioning true to indicate that a major version should be created | ### Events