Skip to content

Commit

Permalink
Fix injected connector docs for target (#3622)
Browse files Browse the repository at this point in the history
* docs: fix injected connector target syntax

* Update docs/shared/connectors/injected.md

---------

Co-authored-by: awkweb <[email protected]>
  • Loading branch information
Hugoo and tmm committed Feb 21, 2024
1 parent 2a9f447 commit 8c0bc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shared/connectors/injected.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const connector = injected({
id: 'windowProvider', // [!code focus]
name: 'Window Provider', // [!code focus]
provider: window.ethereum, // [!code focus]
}, // [!code focus]
} // [!code focus]
}, // [!code focus]
})
```
Expand Down

0 comments on commit 8c0bc55

Please sign in to comment.