Skip to content

Commit 1e96b1e

Browse files
committed
JS: Fix typo
1 parent 777d344 commit 1e96b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/lib/semmle/javascript/ApiGraphs.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ module API {
191191
* external library (or in general, any external codebase).
192192
*
193193
* Concretely, this is either an argument passed to a call to external code,
194-
* or the right-hand side of a property write on an object flows into such a call.
194+
* or the right-hand side of a property write on an object flowing into such a call.
195195
*
196196
* For example:
197197
* ```js

0 commit comments

Comments
 (0)