Skip to content

Commit fd28397

Browse files
committed
JS: Fix typo
1 parent 9cf48fc commit fd28397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/Security/CWE-178/CaseSensitiveMiddlewarePath.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Paths specified using a string are case insensitive, whereas regular expressions
1313

1414
<recommendation>
1515
<p>
16-
When using a regular expression as a middlware path, make sure the regular expression is
16+
When using a regular expression as a middleware path, make sure the regular expression is
1717
case insensitive by adding the <code>i</code> flag.
1818
</p>
1919
</recommendation>

0 commit comments

Comments
 (0)