Skip to content

Commit f4c8960

Browse files
committed
JS: fix typo
1 parent ad6add3 commit f4c8960

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/test/query-tests/Security/CWE-754

1 file changed

+1
-1
lines changed

javascript/ql/test/query-tests/Security/CWE-754/tst.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
let key = "$" + name;
3535
obj[key](); // NOT OK
3636
if (typeof obj[key] === 'function')
37-
obj[key](); // OK - but stil flagged
37+
obj[key](); // OK - but still flagged
3838

3939
if (typeof fn === 'function') {
4040
fn.apply(obj); // OK

0 commit comments

Comments
 (0)