Skip to content

Commit bc5a48d

Browse files
craigdanjmgol
authored andcommitted
docs(guide): grammar correction in security guide
Closes angular#16683
1 parent 2bbc7c4 commit bc5a48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/security.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ For more information please visit {@link $http#json-vulnerability-protection JSO
102102

103103
Bear in mind that calling `$http.jsonp` gives the remote server (and, if the request is not secured, any Man-in-the-Middle attackers)
104104
instant remote code execution in your application: the result of these requests is handed off
105-
to the browser as regular `<script>` tag.
105+
to the browser as a regular `<script>` tag.
106106

107107
## Strict Contextual Escaping
108108

0 commit comments

Comments
 (0)