From 6eefcb878076ef2324b371c4cf94cd6f369704e1 Mon Sep 17 00:00:00 2001 From: Damon Kaswell Date: Mon, 28 Nov 2022 08:05:22 -0800 Subject: [PATCH] Typos Signed-off-by: Damon Kaswell --- .../src/database/IncrementalIngestionDatabaseManager.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/catalog-backend-module-incremental-ingestion/src/database/IncrementalIngestionDatabaseManager.ts b/plugins/catalog-backend-module-incremental-ingestion/src/database/IncrementalIngestionDatabaseManager.ts index 0fd560544d..03a749d70c 100644 --- a/plugins/catalog-backend-module-incremental-ingestion/src/database/IncrementalIngestionDatabaseManager.ts +++ b/plugins/catalog-backend-module-incremental-ingestion/src/database/IncrementalIngestionDatabaseManager.ts @@ -463,7 +463,7 @@ export class IncrementalIngestionDatabaseManager { } /** - * Starts the cancel process for the current + * Starts the cancel process for the current ingestion. * @param ingestionId - string * @param message - string (optional) */ @@ -478,7 +478,7 @@ export class IncrementalIngestionDatabaseManager { } /** - * Completes the cancel process and triggers a new + * Completes the cancel process and triggers a new ingestion. * @param ingestionId - string */ async setProviderCanceled(ingestionId: string) {