diff --git a/src/Umbraco.Web.UI.Client/src/common/directives/components/application/umbdrawer/umbdrawer.directive.js b/src/Umbraco.Web.UI.Client/src/common/directives/components/application/umbdrawer/umbdrawer.directive.js
index e2e94e466f..8fa1bf4a46 100644
--- a/src/Umbraco.Web.UI.Client/src/common/directives/components/application/umbdrawer/umbdrawer.directive.js
+++ b/src/Umbraco.Web.UI.Client/src/common/directives/components/application/umbdrawer/umbdrawer.directive.js
@@ -57,7 +57,7 @@ The drawer component is a global component and is already added to the umbraco m
- {@link umbraco.directives.directive:umbDrawerView umbDrawerView}
- {@link umbraco.directives.directive:umbDrawerHeader umbDrawerHeader}
- - {@link umbraco.directives.directive:umbDrawerView umbDrawerContent}
+ - {@link umbraco.directives.directive:umbDrawerContent umbDrawerContent}
- {@link umbraco.directives.directive:umbDrawerFooter umbDrawerFooter}
@@ -106,4 +106,4 @@ function Drawer($location, $routeParams, helpService, userService, localizationS
};
}
- angular.module('umbraco.directives').directive("umbDrawer", Drawer);
\ No newline at end of file
+ angular.module('umbraco.directives').directive("umbDrawer", Drawer);