Skip to content

Commit 7ccc9a8

Browse files
Grammar and consistency improvements (#1732)
* Update wallet-api-for-snaps.md * Update index.md * Update index.md * Update snaps/reference/wallet-api-for-snaps.md --------- Co-authored-by: Alexandra Carrillo <[email protected]>
1 parent 2fe6af6 commit 7ccc9a8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

services/reference/palm/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import CardList from '@site/src/components/CardList'
88

99
The [Palm Network](https://palm.io/) is an Ethereum Virtual Machine-compatible Polygon Supernet. The Palm Network is for
1010
creators, fans, and leaders in various industries such as art, technology, sports, and entertainment. The network
11-
provides support to developers in their quest to build new and user-friendly tools that contributes to the growth of
11+
provides support to developers in their quest to build new and user-friendly tools that contribute to the growth of
1212
the Web3 ecosystem.
1313

1414
:::info See also

snaps/reference/wallet-api-for-snaps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The SemVer version ranges use the same semantics as npm `package.json` ranges.
9191
An object mapping the IDs of permitted Snaps to their metadata:
9292

9393
- `id`: `string` - The ID of the Snap.
94-
- `initialPermissions`: `string` - The initial permissions of the Snap, which will be request when
94+
- `initialPermissions`: `string` - The initial permissions of the Snap, which will be requested when
9595
the Snap is installed.
9696
- `version`: `string` - The version of the Snap.
9797
- `enabled`: `boolean` - Indicates whether the Snap is enabled.
@@ -125,7 +125,7 @@ await window.ethereum.request({
125125
"enabled": true,
126126
"blocked": false
127127
},
128-
"npm:fooSnap": {
128+
"npm:foo-snap": {
129129
"version": "1.0.5",
130130
"id": "npm:foo-snap",
131131
"enabled": true,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ It's often used for signature challenges that are authenticated on a web server,
195195
</p>
196196

197197
Some other signers implement `personal_sign` as `eth_sign`, because the Go Ethereum client changed
198-
the behavior of their `eth_sign` method.
198+
the behavior of its `eth_sign` method.
199199
Because MetaMask supports existing applications, MetaMask implements both `personal_sign` and `eth_sign`.
200200
You might need to check what method your supported signers use for a given implementation.
201201

0 commit comments

Comments
 (0)