summaryrefslogtreecommitdiff
path: root/packages/core/src/utils/schemaValidator.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/core/src/utils/schemaValidator.ts')
-rw-r--r--packages/core/src/utils/schemaValidator.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/core/src/utils/schemaValidator.ts b/packages/core/src/utils/schemaValidator.ts
index 0610c3bb..cb025774 100644
--- a/packages/core/src/utils/schemaValidator.ts
+++ b/packages/core/src/utils/schemaValidator.ts
@@ -36,7 +36,7 @@ export class SchemaValidator {
/**
* Converts @google/genai's Schema to an object compatible with avj.
- * This is necessry because it represents Types as an Enum (with
+ * This is necessary because it represents Types as an Enum (with
* UPPERCASE values) and minItems and minLength as strings, when they should be numbers.
*/
private static toObjectSchema(schema: Schema): object {