Skip to content

Commit fbcb16e

Browse files
authored
fix typo (#1941)
1 parent e32ec93 commit fbcb16e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/staking/src/components/Blocked/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const RegionBlocked = () => (
55
);
66

77
export const VpnBlocked = () => (
8-
<Blocked reason="You cannot access this app via a VPN. Please disable your VPN and try aagin." />
8+
<Blocked reason="You cannot access this app via a VPN. Please disable your VPN and try again." />
99
);
1010

1111
type Props = {

0 commit comments

Comments
 (0)