From 067b0ae2487461cdd2a24fd3f6a3576962cf81f6 Mon Sep 17 00:00:00 2001 From: KavithaSiva Date: Thu, 30 Jan 2025 11:59:13 +0100 Subject: [PATCH] fix: typo --- packages/orchestration/src/orchestration-types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/orchestration/src/orchestration-types.ts b/packages/orchestration/src/orchestration-types.ts index 7f3bc513..8ad6bf3c 100644 --- a/packages/orchestration/src/orchestration-types.ts +++ b/packages/orchestration/src/orchestration-types.ts @@ -185,6 +185,6 @@ export const azureFilterThreshold = { } as const; /** - * The Azure threshold level supported for each azure content ilter category. + * The Azure threshold level supported for each azure content filter category. */ export type AzureFilterThreshold = keyof typeof azureFilterThreshold;