docs($sce): add missing article

...teeny letter missing.  Just a grammar change.
(#14480)
This commit is contained in:
Amy
2016-04-21 07:18:15 -07:00
committed by Martin Staffa
parent 186c8cb9e4
commit c414ece5cf
+1 -1
View File
@@ -425,7 +425,7 @@ function $SceDelegateProvider() {
* You can ensure your document is in standards mode and not quirks mode by adding `<!doctype html>`
* 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: