Skip to content

Commit 3470b1a

Browse files
author
Ikko Ashimine
authored
chore: fix typo in UseTokenBalance.stories.tsx (#301)
occured -> occurred
1 parent 4f74e03 commit 3470b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hooks/src/stories/UseTokenBalance.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const Default = () => {
1919
<Button onClick={disconnectWallet}>Disconnect wallet</Button>
2020
<Text>{connection.ens || connection.userAddress}</Text>
2121
{error ? (
22-
<Text>Error occured while trying to fetch balance.</Text>
22+
<Text>Error occurred while trying to fetch balance.</Text>
2323
) : loading ? (
2424
<Text>Loading...</Text>
2525
) : (

0 commit comments

Comments
 (0)