JS: Nit: Fix typo in QLDoc

This commit is contained in:
Henry Mercer
2022-04-29 10:54:07 +01:00
parent 080271f14f
commit d3e92f72c4

View File

@@ -59,7 +59,7 @@ module DomBasedXss {
}
/**
* Holds if `prefix` is a prefix of `htmlString`, which may be intepreted as
* Holds if `prefix` is a prefix of `htmlString`, which may be interpreted as
* HTML by a jQuery method.
*/
predicate isPrefixOfJQueryHtmlString(DataFlow::Node htmlString, DataFlow::Node prefix) {
@@ -67,7 +67,7 @@ module DomBasedXss {
}
/**
* Holds if `prefix` is a prefix of `htmlString`, which may be intepreted as
* Holds if `prefix` is a prefix of `htmlString`, which may be interpreted as
* HTML by a jQuery method.
*/
private DataFlow::Node getAPrefixOfJQuerySelectorString(DataFlow::Node htmlString) {