Skip to content

Commit e59e47d

Browse files
committed
typos
1 parent 7fc9e9e commit e59e47d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/services/transaction/TransactionMetadataBlobService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export class TransactionMetadataBlobService extends AbstractService {
2929
/**
3030
* Fetch metadata blob (proof) for a given transaction.
3131
* This returns the minimal metadata needed by offline signers to decode
32-
* the transaction, alog with the metadata hash for CheckMetadataHas.
32+
* the transaction, along with the metadata hash for CheckMetadataHash.
3333
*
3434
* @param api ApiPromise to use for the call
3535
* @param hash `BlockHash` hash to query at

src/types/requests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export interface IMetadataBlobBody {
4343
*/
4444
txAdditionalSigned?: string;
4545
/**
46-
* Call data as hex string. Use this alogside includedInExtrinsic and includedInSignedData.
46+
* Call data as hex string. Use this alongside includedInExtrinsic and includedInSignedData.
4747
*/
4848
callData?: string;
4949
/**

0 commit comments

Comments
 (0)