From ecaf03ff7e73a807b6bf389f2df640b1f532756e Mon Sep 17 00:00:00 2001 From: Felicity Chapman Date: Tue, 27 Jul 2021 00:19:31 +0100 Subject: [PATCH] Update docs/codeql/codeql-cli/about-ql-packs.rst --- docs/codeql/codeql-cli/about-ql-packs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/codeql/codeql-cli/about-ql-packs.rst b/docs/codeql/codeql-cli/about-ql-packs.rst index cdcdf6fa6fd..35fdd3c1c60 100644 --- a/docs/codeql/codeql-cli/about-ql-packs.rst +++ b/docs/codeql/codeql-cli/about-ql-packs.rst @@ -124,7 +124,7 @@ A custom QL pack for queries must include a ``qlpack.yml`` file at the pack root, containing ``name``, ``version``, and ``libraryPathDependencies`` properties. If the pack contains query suites, you can use the ``suites`` property to define their location. Query suites defined -here are called "known" suites, and can be used on the command line by referring to +here are called "well-known" suites, and can be used on the command line by referring to their name only, rather than their full path. For more information about query suites, see ":doc:`Creating CodeQL query suites `."