JS: Minor fixup in the client-side request forgery qhelp

This commit is contained in:
Asger Feldthaus
2022-02-23 10:54:26 +01:00
parent c17d8b145a
commit 22ba43fff6

View File

@@ -48,7 +48,7 @@
</p>
<p>
In example below, the input has been restricted to a number so the endpoint cannot be altered:
In example below, the input has been restricted to a number so that the endpoint cannot be altered:
</p>
<sample src="examples/ClientSideRequestForgeryGood.js"/>