aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Minar2013-10-21 17:39:05 -0700
committerIgor Minar2013-10-21 17:39:05 -0700
commit280e33d22a744b494395abdca639fa54eb6bb779 (patch)
tree848cd85e5a0de8158ca5ac0ca13eed6188f34356
parent3661bab202605bdd0e1669899a09072ef141b0c4 (diff)
downloadangular.js-280e33d22a744b494395abdca639fa54eb6bb779.tar.bz2
docs(ngCsp): pretty-format docs
-rw-r--r--src/ng/directive/ngCsp.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/directive/ngCsp.js b/src/ng/directive/ngCsp.js
index 1a099f59..f1a71d4c 100644
--- a/src/ng/directive/ngCsp.js
+++ b/src/ng/directive/ngCsp.js
@@ -21,7 +21,7 @@
*
* In order to use this feature put the `ngCsp` directive on the root element of the application.
*
- * *Note: This directive is only available in the ng-csp and data-ng-csp attribute form.*
+ * *Note: This directive is only available in the `ng-csp` and `data-ng-csp` attribute form.*
*
* @example
* This example shows how to apply the `ngCsp` directive to the `html` tag.