diff --git a/javascript/ql/src/Security/CWE-1427/UserPromptInjection.qhelp b/javascript/ql/src/Security/CWE-1427/UserPromptInjection.qhelp
index d1c94867142..009dd97eefa 100644
--- a/javascript/ql/src/Security/CWE-1427/UserPromptInjection.qhelp
+++ b/javascript/ql/src/Security/CWE-1427/UserPromptInjection.qhelp
@@ -18,7 +18,7 @@ context, or trigger unintended tool calls.
To mitigate user prompt injection:
-- Ensure that all data flowing into user-input is intended and necessary for the purpose of the AI system.
+- Ensure that all data flowing into user input is intended and necessary for the purpose of the AI system.
- Ensure the system prompt clearly describes the purpose, scope and boundaries of the AI system. Instruct the system to deny input that falls outside these boundaries.
- If creating a prompt out of multiple user-controlled values, assume that each of them can be malicious. Ensure the range of possible values is restricted and validated.
For example, if a prompt includes a question and the intended language to respond in, validate that the language is one of the supported options.