Skip to content

Commit 7159d66

Browse files
committed
Fix typo in comment
1 parent f1779e2 commit 7159d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/status-report.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ export interface InitWithConfigStatusReport extends InitStatusReport {
537537
/** Stringified JSON array of registry configuration objects, from the 'registries' config field
538538
or workflow input. **/
539539
registries: string;
540-
/** Stringified JSON object representing a query-filters, from the 'query-filters' config field. **/
540+
/** Stringified JSON object representing query-filters, from the 'query-filters' config field. **/
541541
query_filters: string;
542542
/** Path to the specified code scanning config file, from the 'config-file' config field. */
543543
config_file: string;

0 commit comments

Comments
 (0)