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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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