diff options
Diffstat (limited to 'src/ng/directive/ngCsp.js')
| -rw-r--r-- | src/ng/directive/ngCsp.js | 2 |
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. |
