diff --git a/plugins/todo-backend/api-report.md b/plugins/todo-backend/api-report.md index 84ebc88299..71094e03f8 100644 --- a/plugins/todo-backend/api-report.md +++ b/plugins/todo-backend/api-report.md @@ -131,7 +131,7 @@ export type TodoScmReaderOptions = { reader: UrlReader; integrations: ScmIntegrations; parser?: TodoParser; - filePathFilter?: (path: string) => boolean; + filePathFilter?: (filePath: string) => boolean; }; // @public (undocumented)