Skip to content

Commit f41c470

Browse files
ethanpalmsaritai
andauthored
Apply suggestions from code review
Co-authored-by: Sarita Iyer <[email protected]>
1 parent 0894e81 commit f41c470

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/codeql/codeql-cli/codeql-cli-reference.rst

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

docs/codeql/codeql-cli/extractor-options.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Each extractor defines its own set of configuration options. To find out which o
3737
}
3838
}
3939

40-
The extractor option names and descriptions are listed under ``extractor_options``. Each description may contain the following fields::
40+
The extractor option names and descriptions are listed under ``extractor_options``. Each option may contain the following fields::
4141

4242
* ``title`` (required): The title of the option
4343
* ``description`` (required): The description of the option

0 commit comments

Comments
 (0)