Skip to content

Commit

Permalink
chore: typo in error message (#4988)
Browse files Browse the repository at this point in the history
  • Loading branch information
largis21 authored and rexxars committed Oct 20, 2023
1 parent 30ba3cd commit 4a8a56a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export function getPathTypes(options: {
if (isRecord(segment) && segment._key) {
if (!isArray(v)) {
throw new Error(
`Parent value is not an anrray, cannot get path segment: [_key == ${segment}]`,
`Parent value is not an array, cannot get path segment: [_key == ${segment}]`,
)
}

Expand Down

0 comments on commit 4a8a56a

Please sign in to comment.