Skip to content

Commit 2052ba6

Browse files
committed
JS: sake of example -> this example
1 parent fb6a6e5 commit 2052ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/codeql-language-guides/customizing-library-models-for-javascript.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In this example, we'll show how to add the argument passed to **execa** below as
4141
import { shell } from "execa";
4242
shell(cmd); // <-- add 'cmd' as a taint sink
4343
44-
This sink is already recognized by the CodeQL JS analysis, but for the sake of example we'll show how it could be added as an extension.
44+
This sink is already recognized by the CodeQL JS analysis, but for the sake of this example we'll show how it could be added as an extension.
4545

4646
This can be achieved with the following data extension:
4747

0 commit comments

Comments
 (0)