From 9c38e2a1d242f7504641a899586dbb82345c7727 Mon Sep 17 00:00:00 2001 From: Craig Johnson Date: Wed, 5 Sep 2018 13:19:18 +0530 Subject: [PATCH] docs(guide): grammar correction in security guide --- docs/content/guide/security.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/security.ngdoc b/docs/content/guide/security.ngdoc index 2a8e6b6feda8..cfc224088c36 100644 --- a/docs/content/guide/security.ngdoc +++ b/docs/content/guide/security.ngdoc @@ -102,7 +102,7 @@ For more information please visit {@link $http#json-vulnerability-protection JSO Bear in mind that calling `$http.jsonp` gives the remote server (and, if the request is not secured, any Man-in-the-Middle attackers) instant remote code execution in your application: the result of these requests is handed off -to the browser as regular `