Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
omahs authored Oct 17, 2024
1 parent a4e6ac7 commit 43ebefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/types/shortcut.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ yarn triggerShortcut --network <network> --address <address> --app <app-name> --

This will return the transactions that would be executed by Valora, after approval by the user.

You can also optionally pass the `--mnemnonic` and `--derivationPath` (defaults to the Celo derivation path: `m/44'/52752'/0'/0/0`) options to actually sign and send the returned transaction(s).
You can also optionally pass the `--mnemonic` and `--derivationPath` (defaults to the Celo derivation path: `m/44'/52752'/0'/0/0`) options to actually sign and send the returned transaction(s).

Example for GoodDollar:

Expand Down

0 comments on commit 43ebefa

Please sign in to comment.