diff --git a/src/ng/directive/a.js b/src/ng/directive/a.js
index 418615c0c290..25cd91051ec9 100644
--- a/src/ng/directive/a.js
+++ b/src/ng/directive/a.js
@@ -11,7 +11,7 @@
*
* This change permits the easy creation of action links with the `ngClick` directive
* without changing the location or causing page reloads, e.g.:
- * `Save`
+ * `Add Item`
*/
var htmlAnchorDirective = valueFn({
restrict: 'E',