docs: fixed typo (#3575)

This commit is contained in:
Richard Moore 2024-02-21 21:40:34 -05:00
parent f97b92bbb1
commit bd15886deb

View File

@ -14,7 +14,7 @@ function getRawTransaction(tx) {
const txFields = "accessList chainId data gasPrice gasLimit maxFeePerGas maxPriorityFeePerGas nonce to type value".split(" ");
const sigFields = "v r s".split(" ");
// Seriailze the signed transaction
// Serialze the signed transaction
const raw = utils.serializeTransaction(txFields.reduce(addKey, { }), sigFields.reduce(addKey, { }));
// Double check things went well