Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemaccana authored Mar 19, 2024
1 parent 9d24d8c commit e100244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet-standard-adapter/injected.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const main = async () => {
try {
registerWallet(portalWalletStandardImplementation);
log("✅ Registered Portal wallet standard implementation");
// Docs saw we should make a wallet global too, but that's gross
// Docs say we should make a wallet global too, but that's gross
// See https://github.com/solana-labs/wallet-standard/issues/18
} catch (thrownObject) {
const error = thrownObject as Error;
Expand Down

0 comments on commit e100244

Please sign in to comment.