From d9da7e5a18472741bbfea771e05864fe402e3ba6 Mon Sep 17 00:00:00 2001 From: rch850 Date: Sun, 6 Sep 2020 08:40:31 +0900 Subject: [PATCH] docs: fix result of sanitization example (#38724) This is same as #36059 which lost in #36954. PR Close #38724 --- aio/content/guide/property-binding.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.