From 57b17f2b5de762546ddcc06db635e4652f280599 Mon Sep 17 00:00:00 2001 From: Amy Date: Wed, 20 Apr 2016 16:38:05 -0700 Subject: [PATCH] docs($sce): describe your change... ...teeny letter missing. Just a grammar change. --- src/ng/sce.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: