Skip to content

Commit 961fb65

Browse files
committed
fix broken link
1 parent c271222 commit 961fb65

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/sdk/pnp/flutter/usage.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -635,11 +635,11 @@ method currently supports only the signing methods.
635635

636636
### Arguments
637637

638-
| Arguments | Description |
639-
| --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
640-
| `chainConfig` | Defines the chain to be used for signature. |
641-
| `method` | JSON RPC method name in `String`. Currently, the request method only supports the singing methods. |
642-
| `requestParams` | Parameters for the corresponding method. The parameters should be in the list and correct sequence. Take a look at [RPC methods](<[https://docs.metamask.io/wallet/reference/json-rpc-api/](https://docs.metamask.io/wallet/reference/json-rpc-api/)>) to know more. |
638+
| Arguments | Description |
639+
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
640+
| `chainConfig` | Defines the chain to be used for signature. |
641+
| `method` | JSON RPC method name in `String`. Currently, the request method only supports the singing methods. |
642+
| `requestParams` | Parameters for the corresponding method. The parameters should be in the list and correct sequence. Take a look at [RPC methods](https://docs.metamask.io/wallet/reference/json-rpc-api) to know more. |
643643

644644
### Usage
645645

0 commit comments

Comments
 (0)