diff --git a/aio/content/guide/security.md b/aio/content/guide/security.md index 1f9dd4963d..fb7f318b2a 100644 --- a/aio/content/guide/security.md +++ b/aio/content/guide/security.md @@ -94,7 +94,7 @@ vulnerability. For example, one could execute JavaScript in a following way: -Angular recognizes the value as unsafe and automatically sanitizes it, which removes the `onerror` attribute but keeps safe content such as the `` element. +Angular recognizes the value as unsafe and automatically sanitizes it, which removes the `script` element but keeps safe content such as the `` element.