Skip to content

Commit

Permalink
Fix typos in comments (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolou86 authored Nov 6, 2023
1 parent 61b1c64 commit 44f31c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/nextjs/hooks/scaffold-eth/useBurnerWallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export type TBurnerSigner = {
*/
generateNewBurner: () => void;
/**
* explictly save burner to storage
* explicitly save burner to storage
*/
saveBurner: () => void;
};
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/hooks/scaffold-eth/useTransactor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const TxnNotification = ({ message, blockExplorerLink }: { message: string; bloc
};

/**
* @description Runs Transaction passed in to returned funtion showing UI feedback.
* @description Runs Transaction passed in to returned function showing UI feedback.
* @param _walletClient
* @returns function that takes a transaction and returns a promise of the transaction hash
*/
Expand Down

0 comments on commit 44f31c1

Please sign in to comment.