Skip to content

Commit 3975cae

Browse files
committed
fix: correct typos and fix english
1 parent cbec0c3 commit 3975cae

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

src/get-started/develop-with-ai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ assistants while maintaining security best practices.
1313

1414
## 📚 Documentation for LLMs and AI Code Editors
1515

16-
You can use some MCP (Model Control Protocol) servers like
16+
You can use MCP (Model Control Protocol) servers like
1717
[Context7](https://context7.com/iexecblockchaincomputing/documentation-tools) to
1818
provide:
1919

src/get-started/overview/rlc.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ the more utility RLC gains in real applications.
1919

2020
## 🎯 Why RLC Matters
2121

22-
**Stack adoption = token usage.** Developers build with iExec tools. RLC gets
23-
used. More privacy apps deployed = more RLC demand.
22+
**Stack adoption = token usage.** When developers build with iExec tools, RLC
23+
gets used. More privacy apps deployed means more RLC demand.
2424

2525
### For Users
2626

@@ -34,8 +34,8 @@ contributions.
3434

3535
### For Holders
3636

37-
**Clear positioning:** More developers using iExec's privacy tools = more RLC
38-
utility in real applications. We're building activable privacy, not just
37+
**Clear positioning:** More developers using iExec's privacy tools means more
38+
RLC utility in real applications. We're building actionable privacy, not just
3939
protocols.
4040

4141
## 💰 Transparent Payment Flow

src/guides/use-iapp/how-to-pay/how-to-pay-for-web3mail.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ To manage RLC tokens, developers must use the iExec SDK, which offers all the
8585
necessary tools for interacting with the iExec platform. This includes
8686
depositing, withdrawing, and checking balances of RLC and <TokenSymbol />
8787

88-
- In your JS/TS project npm install iexec
88+
- In your JS/TS project, run `npm install iexec`
8989
- Instantiate the iExec SDK (see the
9090
[doc](https://github.com/iExecBlockchainComputing/iexec-sdk/blob/master/docs/README.md#quick-start))
9191

9292
```javascript
9393
import { IExec } from 'iexec';
94-
// connect injected provider
94+
// Connect to injected provider
9595
const iexec = new IExec({ ethProvider: window.ethereum });
9696
```
9797

@@ -100,7 +100,7 @@ const iexec = new IExec({ ethProvider: window.ethereum });
100100
Obtain RLC tokens from a supported cryptocurrency exchange. For detailed
101101
information on how to buy RLC tokens, see our
102102
[RLC Token guide](/get-started/overview/rlc) which covers all available DEX and
103-
CEX supported.
103+
CEX options.
104104

105105
For detailed instructions on how to bridge RLC tokens between networks, see our
106106
[Bridge guide](/get-started/tooling-and-explorers/bridge) which covers all

src/guides/use-iapp/how-to-pay/how-to-pay-for-web3telegram.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const sendTelegram = await web3telegram.sendTelegram({
7070
protectedData: '0x123abc...',
7171
telegramContent: 'My telegram message content',
7272
senderName: 'Awesome project team',
73-
label: 'some-cutom-id',
73+
label: 'some-custom-id',
7474
workerpoolAddressOrEns: 'prod-v8-bellecour.main.pools.iexec.eth',
7575
dataMaxPrice: 42,
7676
appMaxPrice: 42,
@@ -91,13 +91,13 @@ To manage RLC tokens, developers must use the iExec SDK, which offers all the
9191
necessary tools for interacting with the iExec platform. This includes
9292
depositing, withdrawing, and checking balances of RLC and <TokenSymbol />
9393

94-
- In your JS/TS project npm install iexec
94+
- In your JS/TS project, run `npm install iexec`
9595
- Instantiate the iExec SDK (see the
9696
[doc](https://github.com/iExecBlockchainComputing/iexec-sdk/blob/master/docs/README.md#quick-start))
9797

9898
```javascript
9999
import { IExec } from 'iexec';
100-
// connect injected provider
100+
// Connect to injected provider
101101
const iexec = new IExec({ ethProvider: window.ethereum });
102102
```
103103

@@ -106,7 +106,7 @@ const iexec = new IExec({ ethProvider: window.ethereum });
106106
Obtain RLC tokens from a supported cryptocurrency exchange. For detailed
107107
information on how to buy RLC tokens, see our
108108
[RLC Token guide](/get-started/overview/rlc) which covers all available DEX and
109-
CEX supported.
109+
CEX options.
110110

111111
For detailed instructions on how to bridge RLC tokens between networks, see our
112112
[Bridge guide](/get-started/tooling-and-explorers/bridge) which covers all
@@ -147,7 +147,7 @@ const sendTelegram = await web3telegram.sendTelegram({
147147
protectedData: '0x123abc...',
148148
telegramContent: 'My telegram message content',
149149
senderName: 'Awesome project team',
150-
label: 'some-cutom-id',
150+
label: 'some-custom-id',
151151
workerpoolAddressOrEns: 'prod-v8-bellecour.main.pools.iexec.eth',
152152
dataMaxPrice: 42,
153153
appMaxPrice: 42,

src/references/web3mail/methods/sendEmail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ const sendEmail = await web3mail.sendEmail({
209209
protectedData: '0x123abc...',
210210
emailSubject: 'My email subject',
211211
emailContent: 'My email content',
212-
label: 'some-cutom-id', // [!code focus]
212+
label: 'some-custom-id', // [!code focus]
213213
});
214214
```
215215

src/references/web3telegram/methods/sendTelegram.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const sendTelegram = await web3telegram.sendTelegram({
4040
protectedData: '0x123abc...',
4141
telegramContent: 'My telegram message content',
4242
senderName: 'Awesome project team',
43-
label: 'some-cutom-id',
43+
label: 'some-custom-id',
4444
workerpoolAddressOrEns: 'prod-v8-bellecour.main.pools.iexec.eth',
4545
dataMaxPrice: 42,
4646
appMaxPrice: 42,
@@ -136,7 +136,7 @@ const sendTelegram = await web3telegram.sendTelegram({
136136
protectedData: '0x123abc...',
137137
telegramContent: 'My telegram message content',
138138
senderName: 'Awesome project team',
139-
label: 'some-cutom-id',
139+
label: 'some-custom-id',
140140
workerpoolAddressOrEns: 'prod-v8-bellecour.main.pools.iexec.eth',
141141
dataMaxPrice: 42,
142142
appMaxPrice: 42,
@@ -172,7 +172,7 @@ const sendTelegram = await web3telegram.sendTelegram({
172172
protectedData: '0x123abc...',
173173
senderName: 'Arthur',
174174
telegramContent: 'My telegram message content',
175-
label: 'some-cutom-id', // [!code focus]
175+
label: 'some-custom-id', // [!code focus]
176176
});
177177
```
178178

0 commit comments

Comments
 (0)