We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2631c3 + b6b18fe commit 88f60aeCopy full SHA for 88f60ae
getting-started-with-solana/establishing-a-connection.md
@@ -85,7 +85,7 @@ useEffect(() => {
85
provider.connect({ onlyIfTrusted: true })
86
.then(({ publicKey }) => {
87
// Handle successful eager connection
88
- });
+ })
89
.catch(() => {
90
// Handle connection failure as usual
91
})
0 commit comments