diff --git a/src/extensions/renderer-api/catalog.ts b/src/extensions/renderer-api/catalog.ts index 3a18bd24a8..e329847e85 100644 --- a/src/extensions/renderer-api/catalog.ts +++ b/src/extensions/renderer-api/catalog.ts @@ -53,7 +53,7 @@ export class CatalogEntityRegistry { /** * Add a onBeforeRun hook to a catalog entities. If `onBeforeRun` was previously * added then it will not be added again. - * @param onBeforeRun The function will receive the catalog run event as a parameter. + * @param onBeforeRun The function to be called with a `CatalogRunEvent` * event target will be the catalog entity. onBeforeRun hook can call event.preventDefault() * to stop run sequence * @returns A function to remove that hook