Apply suggestions from code review

Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com>
This commit is contained in:
Ethan Palm
2021-11-04 12:41:07 -07:00
committed by GitHub
parent 0894e81ce4
commit f41c4702c3
2 changed files with 2 additions and 2 deletions

View File

@@ -23,4 +23,4 @@ Learn more about the files you can use when running CodeQL processes and the res
- :doc:`SARIF output <sarif-output>`: CodeQL supports SARIF as an output format for sharing static analysis results.
- :doc:`Exit codes <exit-codes>`: The CodeQL CLI reports the status of each command it runs as an exit code.
This exit code provides information for subsequent commands or for other tools that rely on the CodeQL CLI.
- :doc: `Extractor options <extractor-options`: You can customize the behavior of extractors by setting options through the CodeQL CLI.
- :doc:`Extractor options <extractor-options>`: You can customize the behavior of extractors by setting options through the CodeQL CLI.

View File

@@ -37,7 +37,7 @@ Each extractor defines its own set of configuration options. To find out which o
}
}
The extractor option names and descriptions are listed under ``extractor_options``. Each description may contain the following fields::
The extractor option names and descriptions are listed under ``extractor_options``. Each option may contain the following fields::
* ``title`` (required): The title of the option
* ``description`` (required): The description of the option