diff --git a/packages/core/src/block_manager/model/Block.ts b/packages/core/src/block_manager/model/Block.ts index 93c4a808b..611615638 100644 --- a/packages/core/src/block_manager/model/Block.ts +++ b/packages/core/src/block_manager/model/Block.ts @@ -62,7 +62,7 @@ export interface BlockProperties extends DraggableContent { /** * @property {String} label Block label, eg. `My block` - * @property {String|Object} content The content of the block. Might be an HTML string or a [Component Defintion](/modules/Components.html#component-definition) + * @property {String|Object} content The content of the block. Might be an HTML string or a [Component Definition](/modules/Components.html#component-definition) * @property {String} [media=''] HTML string for the media/icon of the block, eg. `} [properties=[]] Indicate an array of Property defintions. + * @property {Array} [properties=[]] Indicate an array of Property definitions. */ export default class Sector extends Model { em: EditorModel;