add missing word in qhelp

This commit is contained in:
Erik Krogh Kristensen
2022-05-05 14:24:45 +02:00
committed by GitHub
parent 2d7c7ff372
commit 58db9226dc

View File

@@ -27,7 +27,7 @@ to execute arbitrary code.
<p>
The example is fixed below, where the origin is checked to be trusted.
It is therefore not possible for a malicious user to attack using an untrusted origin.
It is therefore not possible for a malicious user to perform an attack using an untrusted origin.
</p>
<sample src="examples/MissingOriginCheckGood.js" />