Skip to content

Commit c6deccf

Browse files
Minor fixes to the getting started docs
Co-authored-by: Felicity Chapman <[email protected]>
1 parent e4eb2c2 commit c6deccf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/codeql/codeql-cli/getting-started-with-the-codeql-cli.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -217,13 +217,13 @@ up to create and analyze databases:
217217
will display the names of all the QL packs directly available to the CodeQL CLI.
218218
This should include:
219219

220-
- Query packs for each supported language, e.g., ``codeql/{language}-queries``.
220+
- Query packs for each supported language, for example, ``codeql/{language}-queries``.
221221
These packs contain the standard queries that will be run for each analysis.
222-
- Library packs for each supported language, e.g., ``codeql/{language}-all``. These
222+
- Library packs for each supported language, for example, ``codeql/{language}-all``. These
223223
packs contain query libraries, such as control flow and data flow libraries, that
224-
may be useful to other query authors.
225-
- Example packs for each supported language, e.g., ``codeql/{language}-examples``.
226-
These packs contain useful snippets of CodeQL that query auhtors may want To use.
224+
may be useful to query writers.
225+
- Example packs for each supported language, for example, ``codeql/{language}-examples``.
226+
These packs contain useful snippets of CodeQL that query writers may find useful.
227227
- Legacy packs that ensure custom queries and libraries created using older products are
228228
compatible with your version of CodeQL.
229229

0 commit comments

Comments
 (0)