Skip to content

Commit 88f60ae

Browse files
authored
Merge pull request #236 from ricardopxlcl/patch-1
Update establishing-a-connection.md
2 parents f2631c3 + b6b18fe commit 88f60ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started-with-solana/establishing-a-connection.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ useEffect(() => {
8585
provider.connect({ onlyIfTrusted: true })
8686
.then(({ publicKey }) => {
8787
// Handle successful eager connection
88-
});
88+
})
8989
.catch(() => {
9090
// Handle connection failure as usual
9191
})

0 commit comments

Comments
 (0)