We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1779e2 commit 7159d66Copy full SHA for 7159d66
src/status-report.ts
@@ -537,7 +537,7 @@ export interface InitWithConfigStatusReport extends InitStatusReport {
537
/** Stringified JSON array of registry configuration objects, from the 'registries' config field
538
or workflow input. **/
539
registries: string;
540
- /** Stringified JSON object representing a query-filters, from the 'query-filters' config field. **/
+ /** Stringified JSON object representing query-filters, from the 'query-filters' config field. **/
541
query_filters: string;
542
/** Path to the specified code scanning config file, from the 'config-file' config field. */
543
config_file: string;
0 commit comments