Skip to content

Commit 3f9f1ad

Browse files
winkler1caitp
authored andcommitted
docs(ngShowHide): fix typo 'hrml' -> 'html'
Typo 'hrml' Oops! Closes angular#6874
1 parent a2aa667 commit 3f9f1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngShowHide.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ var ngShowDirective = ['$animate', function($animate) {
185185
* in AngularJS and sets the display style to none (using an !important flag).
186186
* For CSP mode please add `angular-csp.css` to your html file (see {@link ng.directive:ngCsp ngCsp}).
187187
*
188-
* ```hrml
188+
* ```html
189189
* <!-- when $scope.myValue is truthy (element is hidden) -->
190190
* <div ng-hide="myValue"></div>
191191
*

0 commit comments

Comments
 (0)