diff --git a/javascript/ql/lib/semmle/javascript/ApiGraphs.qll b/javascript/ql/lib/semmle/javascript/ApiGraphs.qll index 1801b0c2e89..ed0f0ead905 100644 --- a/javascript/ql/lib/semmle/javascript/ApiGraphs.qll +++ b/javascript/ql/lib/semmle/javascript/ApiGraphs.qll @@ -1240,7 +1240,7 @@ module API { } /** - * Holds if `ref` is a reference to a field/accessor that should have en incoming edge from base labelled `lbl`. + * Holds if `ref` is a reference to a field/accessor that should have an incoming edge from base labelled `lbl`. * * Since fields do not have their own data-flow nodes, we generate a node for each read or write. * For property writes, the right-hand side becomes a def-node and property reads become use-nodes.