Skip to content

Commit

Permalink
Fix typo in wallet_switchEthereumChain documentation (MetaMask#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
rekmarks authored Aug 10, 2021
1 parent 6757154 commit 44d25ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/rpc-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ This method is specified by [EIP-3326](https://ethereum-magicians.org/t/eip-3326
0. `SwitchEthereumChainParameter` - Metadata about the chain that MetaMask will switch to.

```typescript
interface AddEthereumChainParameter {
interface SwitchEthereumChainParameter {
chainId: string; // A 0x-prefixed hexadecimal string
}
```
Expand Down

0 comments on commit 44d25ce

Please sign in to comment.