diff --git a/javascript/ql/src/semmle/javascript/dataflow/Configuration.qll b/javascript/ql/src/semmle/javascript/dataflow/Configuration.qll index cd59f541a76..8697d95a6b2 100644 --- a/javascript/ql/src/semmle/javascript/dataflow/Configuration.qll +++ b/javascript/ql/src/semmle/javascript/dataflow/Configuration.qll @@ -1001,7 +1001,7 @@ private predicate flowThroughCall( not cfg.isLabeledBarrier(output, summary.getEndLabel()) ) or - // exception thrown inside an immidiatly awaited function call. + // exception thrown inside an immediately awaited function call. exists(DataFlow::FunctionNode f, DataFlow::Node invk, DataFlow::Node ret | f.getFunction().isAsync() |