Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 2dcbec6

Browse files
rbonvallpetebacondarwin
authored andcommitted
docs(ngShowHide): fix typo
1 parent bda87f6 commit 2dcbec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngShowHide.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* @description
88
* The `ngShow` directive shows and hides the given HTML element conditionally based on the expression
9-
* provided to the ngShow attribute. The show and hide mechanism is a achieved by removing and adding
9+
* provided to the ngShow attribute. The show and hide mechanism is achieved by removing and adding
1010
* the `ng-hide` CSS class onto the element. The `.ng-hide` CSS class is a predefined CSS class present
1111
* in AngularJS which sets the display style to none (using an !important flag).
1212
*

0 commit comments

Comments
 (0)