Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
Fix typo in ethereumSignTypedData.md
Browse files Browse the repository at this point in the history
Changes `ethereumSignMessage` to `ethereumSignTypedData` in example.
  • Loading branch information
BrandonNoad authored and szymonlesisz committed Jan 20, 2022
1 parent efa74bf commit be73334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/methods/ethereumSignTypedData.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ TrezorConnect.ethereumSignTypedData(params).then(function(result) {
### Example

```javascript
TrezorConnect.ethereumSignMessage({
TrezorConnect.ethereumSignTypedData({
path: "m/44'/60'/0'",
data: {
types: {
Expand Down

0 comments on commit be73334

Please sign in to comment.