aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/ngShowHide.js
diff options
context:
space:
mode:
authorRoberto Bonvallet2013-08-29 19:26:06 -0400
committerPete Bacon Darwin2013-09-18 14:37:36 +0100
commit2dcbec6c06f42de516769b77e385e61796673355 (patch)
treec5c45aeccfc98b1bca11a12c33ab831c0a244f0b /src/ng/directive/ngShowHide.js
parentbda87f606f41acbccb5f55fc4095c7d44337a713 (diff)
downloadangular.js-2dcbec6c06f42de516769b77e385e61796673355.tar.bz2
docs(ngShowHide): fix typo
Diffstat (limited to 'src/ng/directive/ngShowHide.js')
-rw-r--r--src/ng/directive/ngShowHide.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/directive/ngShowHide.js b/src/ng/directive/ngShowHide.js
index 6b5ea3a2..745d967b 100644
--- a/src/ng/directive/ngShowHide.js
+++ b/src/ng/directive/ngShowHide.js
@@ -6,7 +6,7 @@
*
* @description
* The `ngShow` directive shows and hides the given HTML element conditionally based on the expression
- * provided to the ngShow attribute. The show and hide mechanism is a achieved by removing and adding
+ * provided to the ngShow attribute. The show and hide mechanism is achieved by removing and adding
* the `ng-hide` CSS class onto the element. The `.ng-hide` CSS class is a predefined CSS class present
* in AngularJS which sets the display style to none (using an !important flag).
*