Skip to content

Commit 4ea892f

Browse files
authored
Fix typo
1 parent 8248f60 commit 4ea892f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/codeql-for-visual-studio-code/setting-up-codeql-in-visual-studio-code.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Using the starter workspace
7777
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7878
The starter workspace is a Git repository. It contains:
7979

80-
* The `repository of CodeQL libraries and queries <https://github.com/github/codeql>`__ all supported languages. This is included as a submodule, so it can be updated without affecting your custom queries.
80+
* The `repository of CodeQL libraries and queries <https://github.com/github/codeql>`__ for all supported languages. This is included as a submodule, so it can be updated without affecting your custom queries.
8181
* A series of folders named ``codeql-custom-queries-<language>``. These are ready for you to start developing your own custom queries for each language, using the standard libraries. There are some example queries to get you started.
8282

8383
To use the starter workspace:

0 commit comments

Comments
 (0)