Skip to content

Commit eae1c99

Browse files
committed
Fix error message
1 parent 4035368 commit eae1c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/serialize.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const nestedUpdateUrlSearchParams = (
2626
if (key.includes('.')) {
2727
throw new UnserializableParamError(
2828
key,
29-
'is contains one or more dots "." in the key which is unsupported',
29+
'contains one or more dots "." in its name which is unsupported',
3030
)
3131
}
3232

0 commit comments

Comments
 (0)