Skip to content

Commit 36bdee0

Browse files
authored
Merge pull request github#5571 from github/docs/bug-fix
Docs: Typo fix
2 parents f08a0e5 + 23df459 commit 36bdee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/codeql-cli/about-ql-packs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The following properties are supported in ``qlpack.yml`` files.
7575
* - ``name``
7676
- ``org-queries``
7777
- All packs
78-
- The name of the QL pack defined using alphanumeric characters, hyphens, and periods. It must be unique as CodeQL cannot differentiate between QL packs with identical names. If you intend to distribute the pack, prefix the name with your (or your organization's) name followed by a hyphen. Use the pack name to specify queries to run using ``database analyze`` and to define dependencies between QL packs (see examples below).- '
78+
- The name of the QL pack defined using alphanumeric characters, hyphens, and periods. It must be unique as CodeQL cannot differentiate between QL packs with identical names. If you intend to distribute the pack, prefix the name with your (or your organization's) name followed by a hyphen. Use the pack name to specify queries to run using ``database analyze`` and to define dependencies between QL packs (see examples below).
7979
* - ``version``
8080
- ``0.0.0``
8181
- All packs

0 commit comments

Comments
 (0)