diff --git a/src/ng/directive/ngShowHide.js b/src/ng/directive/ngShowHide.js index fd5fa46ae40a..c281ab924822 100644 --- a/src/ng/directive/ngShowHide.js +++ b/src/ng/directive/ngShowHide.js @@ -185,7 +185,7 @@ var ngShowDirective = ['$animate', function($animate) { * in AngularJS and sets the display style to none (using an !important flag). * For CSP mode please add `angular-csp.css` to your html file (see {@link ng.directive:ngCsp ngCsp}). * - * ```hrml + * ```html * *
*