Skip to content

Commit 08b1177

Browse files
authored
Fixed typo
Rinkedby -> Rinkeby
1 parent ef8df06 commit 08b1177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/components/NFTGallery/NFTGallery.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const NFTGallery = ({
5353
const apiSubDomain = isTestnet ? `rinkeby-api` : `api`;
5454
if (isTestnet)
5555
console.log(
56-
`⚠️ OpenSea currently only supports Rinkedby with testnets.`
56+
`⚠️ OpenSea currently only supports Rinkeby with testnets.`
5757
);
5858
if (address.endsWith('.eth')) {
5959
if (!web3Provider) {

0 commit comments

Comments
 (0)