Skip to content

Commit c4766a5

Browse files
Merge branch 'main' into main
2 parents 9145155 + 715480a commit c4766a5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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,

src/components/Faucet/Faq.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,13 +168,13 @@ export default function Faq({
168168
</Text>
169169
<Text as="p" className={styles.accordionContainer}>
170170
<span>
171-
Linea ETH comes from Goerli ETH that is bridged to Linea
171+
Linea ETH comes from Sepolia ETH that is bridged to Linea
172172
using the canonical{" "}
173173
<a
174174
data-testid="faq-linea-bridge"
175175
onClick={handleClickBridge}
176176
target="_blank"
177-
href="https://docs.linea.build/use-linea/bridge-funds"
177+
href="https://bridge.linea.build"
178178
>
179179
bridge.
180180
</a>

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)