Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit f010d6c

Browse files
craigdanjNarretz
authored andcommitted
docs(guide): grammar correction in security guide
Closes #16683
1 parent a553735 commit f010d6c

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)