Skip to content

Commit 0149ef0

Browse files
crStivUser
authored andcommitted
fix typos
1 parent 8e4ea6b commit 0149ef0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/account-sdk/src/interface/public-utilities/spend-permission/methods/requestSpendPermission.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export type RequestSpendPermissionType = {
3535
* @param params.token - The token to request a spend permission for.
3636
* @param params.chainId - The chain ID to request a spend permission for.
3737
* @param params.allowance - The allowance to request a spend permission for.
38-
* @param params.periodInDays - The peroid in days for the allowance to be valid for.
38+
* @param params.periodInDays - The period in days for the allowance to be valid for.
3939
* @param params.start - The start date for the allowance to be valid from.
4040
* @param params.end - The end date for the allowance to be valid until next period starts.
4141
* @param params.salt - Salt

packages/account-sdk/src/sign/base-account/utils/findOwnerIndex.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export async function findOwnerIndex({
3939

4040
// Check index of owner in the factoryData
4141
// Note: importing an undeployed contract might need to be handled differently
42-
// The implemention will likely require the signer to tell us the index
42+
// The implementation will likely require the signer to tell us the index
4343
if (!code && factory && factoryData) {
4444
const initData = decodeFunctionData({
4545
abi: factoryAbi,

0 commit comments

Comments
 (0)