File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
interface/public-utilities/spend-permission/methods Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments