Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanra committed Nov 27, 2023
1 parent f1fe0a9 commit efd4e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safe-core-sdk/auth-kit/reference/SafeAuthPack.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ safeAuthInitOptions {
- `ticker` - Symbol for ticker (e.g ETH).
- `rpcTarget` - The RPC URL to be used.
- `wcTarget?` - The websocket URL to be used. Use this or `rpcTarget`.

Check failure on line 85 in safe-core-sdk/auth-kit/reference/SafeAuthPack.md

View workflow job for this annotation

GitHub Actions / vale

[vale] safe-core-sdk/auth-kit/reference/SafeAuthPack.md#L85

[Vale.Spelling] Did you really mean 'websocket'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'websocket'?", "location": {"path": "safe-core-sdk/auth-kit/reference/SafeAuthPack.md", "range": {"start": {"line": 85, "column": 23}}}, "severity": "ERROR"}
- `chainId` - The chain ID to be used. Should be an hex with 0x prefix (e.g 0x1 for mainnet).
- `chainId` - The chain ID to be used. Should be an hex with 0x prefix (e.g 0x1 for Mainnet).
- `displayName` - The display name for the network.
- `isTestnet?` - Whether the network is Testnet or not.
- `isErc20?`- Whether the token is an ERC20 token or not.
Expand Down

0 comments on commit efd4e47

Please sign in to comment.