docs: Typos (#10628)

chore: typos

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Jiralite
2024-11-29 17:39:24 +00:00
committed by GitHub
parent 8efb72e761
commit a69600546a
10 changed files with 10 additions and 10 deletions

View File

@@ -29,7 +29,7 @@ export function isValidationEnabled() {
}
/**
* Parses a value with a given validator, accounting for wether validation is enabled.
* Parses a value with a given validator, accounting for whether validation is enabled.
*
* @param validator - The zod validator to use
* @param value - The value to parse