Skip to content

Commit 72a1a39

Browse files
fix typos link-to-wallet.ts
1 parent 234f055 commit 72a1a39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scripts/link-to-wallet.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ const addChainToWallet = async (chainId: string, ethereum: MetaMaskInpageProvide
182182
}
183183

184184
/**
185-
* Functions which validates the format of Link address and interfacs with the contract to make sure
185+
* Functions which validates the format of Link address and interacts with the contract to make sure
186186
* its metadata (e.g.: symbol) is valid
187187
* @param address
188188
* @param provider
@@ -246,7 +246,7 @@ try {
246246
}
247247

248248
// Detect when user initiates the chain switch from the webapp
249-
// variable chainFromSwitch used to diffenrentiate when user switch the chain
249+
// variable chainFromSwitch used to differentiate when user switch the chain
250250
// directly from wallet
251251
let chainFromSwitch: string
252252
window.addEventListener(initChainChangeEventName, (evt: any) => {

0 commit comments

Comments
 (0)