diff --git a/aio/content/guide/property-binding.md b/aio/content/guide/property-binding.md index 673be0e3dc..9b58b827db 100644 --- a/aio/content/guide/property-binding.md +++ b/aio/content/guide/property-binding.md @@ -223,6 +223,6 @@ content harmlessly. The following is the browser output of the `evilTitle` examples. -"Template Syntax" is the interpolated evil title. -"Template alert("evil never sleeps")Syntax" is the property bound evil title. +"Template <script>alert("evil never sleeps")</script> Syntax" is the interpolated evil title. +"Template Syntax" is the property bound evil title.