mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: fix typo in serializer (#12493)
This commit is contained in:
parent
d963fcdd80
commit
13c25bc7e8
@ -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.'
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user