Skip to content

Commit a554abf

Browse files
committed
Fix additional errors.
Signed-off-by: bgravenorst <[email protected]>
1 parent f835b3c commit a554abf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

services/reference/polygon-pos/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The Polygon PoS network is a hybrid Plasma Proof of Stake side-chain to Ethereum
1717
virtual machine (EVM) which allows developers to leverage Infura, MetaMask, and other tools they use for Ethereum when
1818
developing and deploying smart contracts to the Polygon network.
1919

20-
The Polygon Bor node API is based on geth's JSON-RPC implementation, you can also use WebSockets to call JSON-RPCs
20+
The Polygon Bor node API is based on Geth's JSON-RPC implementation, you can also use WebSockets to call JSON-RPCs
2121
and [create subscriptions](../../how-to/subscribe-to-events.md).
2222

2323
:::info see also

wallet/how-to/display/tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Register a token with users using "wallet_watchAsset".
2+
description: Display a users token assets.
33
---
44

55
# Display tokens

wallet/how-to/sign-data/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Sign data using "eth_signTypedData_v4" and "personal_sign".
2+
description: Use RPC methods to request cryptographic signatures from users.
33
---
44

55
# Sign data

0 commit comments

Comments
 (0)