Skip to content

Commit d3e92f7

Browse files
committed
JS: Nit: Fix typo in QLDoc
1 parent 080271f commit d3e92f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/ql/lib/semmle/javascript/security/dataflow/DomBasedXssCustomizations.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ module DomBasedXss {
5959
}
6060

6161
/**
62-
* Holds if `prefix` is a prefix of `htmlString`, which may be intepreted as
62+
* Holds if `prefix` is a prefix of `htmlString`, which may be interpreted as
6363
* HTML by a jQuery method.
6464
*/
6565
predicate isPrefixOfJQueryHtmlString(DataFlow::Node htmlString, DataFlow::Node prefix) {
6666
prefix = getAPrefixOfJQuerySelectorString(htmlString)
6767
}
6868

6969
/**
70-
* Holds if `prefix` is a prefix of `htmlString`, which may be intepreted as
70+
* Holds if `prefix` is a prefix of `htmlString`, which may be interpreted as
7171
* HTML by a jQuery method.
7272
*/
7373
private DataFlow::Node getAPrefixOfJQuerySelectorString(DataFlow::Node htmlString) {

0 commit comments

Comments
 (0)