Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
clbrge committed Nov 7, 2021
1 parent 54c3799 commit c339185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web3-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const createStore = () => {

const setBrowserProvider = async () => {
init()
if (!getWindowEthereum()) throw new Error('Please autorized browser extension (Metamask or similar)')
if (!getWindowEthereum()) throw new Error('Please authorize browser extension (Metamask or similar)')
const res = await getWindowEthereum().request({ method: 'eth_requestAccounts' })
getWindowEthereum().on('accountsChanged', setBrowserProvider)
getWindowEthereum().on('chainChanged', setBrowserProvider)
Expand Down

0 comments on commit c339185

Please sign in to comment.