Skip to content

Commit fa8791f

Browse files
authored
Merge pull request #8620 from jketema/doc-typo-fix
CLI docs: make the running text match the example
2 parents 8d9ce5f + 85e2367 commit fa8791f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/codeql-cli/analyzing-databases-with-the-codeql-cli.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ pack names and use the ``--download`` flag::
132132

133133
codeql database analyze <database> microsoft/coding-standards@1.0.0 github/security-queries --format=sarifv2.1.0 --output=query-results.sarif --download
134134

135-
The ``analyze`` command above runs the default suite from ``microsoft/coding-standards v1.0.0`` and the latest version of ``github/secutiry-queries`` on the specified database.
135+
The ``analyze`` command above runs the default suite from ``microsoft/coding-standards v1.0.0`` and the latest version of ``github/security-queries`` on the specified database.
136136
For further information about default suites, see ":ref:`Publishing and using CodeQL packs <publishing-and-using-codeql-packs>`".
137137

138138
For more information about CodeQL packs, see :doc:`About CodeQL Packs <about-codeql-packs>`.

0 commit comments

Comments
 (0)