diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.block.component.js b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.block.component.js index f30112568e..df144a2502 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.block.component.js +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.block.component.js @@ -2,7 +2,7 @@ "use strict"; /** - * @ngdoc component + * @ngdoc directive * @name umbraco.directives.directive:umbBlockListBlock * @description * The component for a style-inheriting block of the block list property editor. diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.component.js b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.component.js index 54d664b54e..00a099119f 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.component.js +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.component.js @@ -3,7 +3,7 @@ /** - * @ngdoc component + * @ngdoc directive * @name umbraco.directives.directive:blockListPropertyEditor * @function * diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.scopedblock.component.js b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.scopedblock.component.js index e67a568557..1b95b904cb 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.scopedblock.component.js +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.scopedblock.component.js @@ -2,7 +2,7 @@ "use strict"; /** - * @ngdoc component + * @ngdoc directive * @name umbraco.directives.directive:umbBlockListScopedBlock * @description * The component for a style-scoped block of the block list property editor.