From 7159d66148ff293a01fb7853323d0470d66aaf86 Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Wed, 28 Jan 2026 13:11:42 +0000 Subject: [PATCH] Fix typo in comment --- src/status-report.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status-report.ts b/src/status-report.ts index daa673f47..cb6e2c752 100644 --- a/src/status-report.ts +++ b/src/status-report.ts @@ -537,7 +537,7 @@ export interface InitWithConfigStatusReport extends InitStatusReport { /** Stringified JSON array of registry configuration objects, from the 'registries' config field or workflow input. **/ registries: string; - /** 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. **/ query_filters: string; /** Path to the specified code scanning config file, from the 'config-file' config field. */ config_file: string;