JS: Fix typo

This commit is contained in:
Asger Feldthaus
2022-04-05 10:15:27 +02:00
committed by Asger F
parent 777d344dde
commit 1e96b1e559

View File

@@ -191,7 +191,7 @@ module API {
* external library (or in general, any external codebase).
*
* Concretely, this is either an argument passed to a call to external code,
* or the right-hand side of a property write on an object flows into such a call.
* or the right-hand side of a property write on an object flowing into such a call.
*
* For example:
* ```js