docs: fix result of sanitization example (#38724)

This is same as #36059 which lost in #36954.
PR Close #38724
This commit is contained in:
rch850 2020-09-06 08:40:31 +09:00 committed by atscott
parent 79d8795633
commit d9da7e5a18
1 changed files with 2 additions and 2 deletions

View File

@ -223,6 +223,6 @@ content harmlessly. The following is the browser output
of the `evilTitle` examples.
<code-example language="bash">
"Template <script>alert("evil never sleeps")</script> Syntax" is the interpolated evil title.
"Template alert("evil never sleeps")Syntax" is the property bound evil title.
"Template &lt;script&gt;alert("evil never sleeps")&lt;/script&gt; Syntax" is the interpolated evil title.
"Template Syntax" is the property bound evil title.
</code-example>