diff --git a/src/ng/sce.js b/src/ng/sce.js index 2cd1198390c4..f72916455fae 100644 --- a/src/ng/sce.js +++ b/src/ng/sce.js @@ -425,7 +425,7 @@ function $SceDelegateProvider() { * You can ensure your document is in standards mode and not quirks mode by adding `` * to the top of your HTML document. * - * SCE assists in writing code in way that (a) is secure by default and (b) makes auditing for + * SCE assists in writing code in a way that (a) is secure by default and (b) makes auditing for * security vulnerabilities such as XSS, clickjacking, etc. a lot easier. * * Here's an example of a binding in a privileged context: