diff options
| author | Dave Peticolas | 2013-09-20 15:12:30 -0700 |
|---|---|---|
| committer | Brian Ford | 2013-09-27 13:13:34 -0700 |
| commit | 15fa29fb4b5c53dd679602d8bdc392e4874d8917 (patch) | |
| tree | d4f610b4d0b9f25725fbd821397c8b1df6d6ee57 | |
| parent | b891c708cf1a19dc0744649547d6499f9d217e01 (diff) | |
| download | angular.js-15fa29fb4b5c53dd679602d8bdc392e4874d8917.tar.bz2 | |
docs(ngCsp): fix grammar
| -rw-r--r-- | src/ng/directive/ngCsp.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ng/directive/ngCsp.js b/src/ng/directive/ngCsp.js index 4098e648..174e4c58 100644 --- a/src/ng/directive/ngCsp.js +++ b/src/ng/directive/ngCsp.js @@ -15,12 +15,12 @@ * For us to be compatible, we just need to implement the "getterFn" in $parse without violating * any of these restrictions. * - * AngularJS uses `Function(string)` generated functions as a speed optimization. By applying `ngCsp` - * it is be possible to opt into the CSP compatible mode. When this mode is on AngularJS will + * AngularJS uses `Function(string)` generated functions as a speed optimization. Applying the `ngCsp` + * directive will cause Angular to use CSP compatibility mode. When this mode is on AngularJS will * evaluate all expressions up to 30% slower than in non-CSP mode, but no security violations will * be raised. * - * In order to use this feature put `ngCsp` directive on the root element of the application. + * In order to use this feature put the `ngCsp` directive on the root element of the application. * * @example * This example shows how to apply the `ngCsp` directive to the `html` tag. |
