chore: fix typo in serializer (#12493)

This commit is contained in:
Alex Rudenko
2024-05-27 08:51:42 +02:00
committed by GitHub
parent d963fcdd80
commit 13c25bc7e8

View File

@@ -120,7 +120,7 @@ export class BidiSerializer {
}
throw new UnserializableError(
'Custom object sterilization not possible. Use plain objects instead.'
'Custom object serialization not possible. Use plain objects instead.'
);
}
}