Skip to content

Commit 571ab1d

Browse files
committed
fix: improve line breaks for better readability in multiple documentation files
1 parent 2770a77 commit 571ab1d

File tree

5 files changed

+26
-24
lines changed

5 files changed

+26
-24
lines changed

src/get-started/helloWorld/1-overview.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ import CardWithoutBorder from '../../components/CardWithoutBorder.vue'
2020

2121
## Start with the basics
2222

23-
and explore how iExec can help you build Privacy-preserving apps and
24-
securely manage sensitive data.
23+
and explore how iExec can help you build Privacy-preserving apps and securely
24+
manage sensitive data.
2525

2626
</Banner>
2727

2828
## 👨‍💻 Building Privacy-preserving iApp with iExec
2929

30-
Imagine you're building a decentralized app (dApp) that needs to
31-
**handle sensitive user data**, for example:
30+
Imagine you're building a decentralized app (dApp) that needs to **handle
31+
sensitive user data**, for example:
3232

3333
<CardWithoutBorder class="**:list-none *:pl-0!">
3434

@@ -48,8 +48,8 @@ Imagine you're building a decentralized app (dApp) that needs to
4848

4949
::: tip <i></i>
5050

51-
This is where **iExec** comes in! iExec provides tools to easily add **privacy** and
52-
**monetization** features into your iApp.
51+
This is where **iExec** comes in! iExec provides tools to easily add **privacy**
52+
and **monetization** features into your iApp.
5353

5454
:::
5555

@@ -58,8 +58,8 @@ This is where **iExec** comes in! iExec provides tools to easily add **privacy**
5858
Unlike traditional tools, iExec protects your data throughout its entire
5959
lifecycle - during storage, transfer, and even while **being processed by
6060
applications.** This is made possible thanks to
61-
**<a target="_blank" href="/protocol/tee/introduction">Trusted
62-
Execution Environment (TEE)</a>** and
61+
**<a target="_blank" href="/protocol/tee/introduction">Trusted Execution
62+
Environment (TEE)</a>** and
6363
**<a target="_blank" href="https://www.iex.ec/academy/iexec-decentralized-confidential-computing">Confidential
6464
Computing</a>** technologies.
6565

src/get-started/helloWorld/2-protectData.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ import Container from '../../components/Container.vue'
1919

2020
## Time to get practical
2121

22-
Follow Alice as she learns how to protect her data using DataProtector on
23-
Bob's dApp, the developer tool for protecting data creation and management.
22+
Follow Alice as she learns how to protect her data using DataProtector on Bob's
23+
dApp, the developer tool for protecting data creation and management.
2424

2525
</Banner>
2626

2727
::: tip <i></i>
2828

29-
**Protected data** refers to encrypted data that remains confidential throughout its
30-
entire lifecycle - during storage, transfer and processing.
29+
**Protected data** refers to encrypted data that remains confidential throughout
30+
its entire lifecycle - during storage, transfer and processing.
3131

3232
:::
3333

@@ -203,7 +203,7 @@ sandbox</a> for ready-to-use examples!
203203

204204
<Container variant="success">
205205

206-
In the next chapter, learn how to build, deploy, and run an iApp to
207-
process your protected data.
206+
In the next chapter, learn how to build, deploy, and run an iApp to process your
207+
protected data.
208208

209209
</Container>

src/get-started/helloWorld/3-buildIApp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ description:
1313

1414
## Time to build
1515

16-
Build an iApp that can process protected data in a secure environment
17-
using the [iExec iApp generator tool](/references/iapp-generator). This tool
18-
helps you create, test and deploy iApp with just a few commands.
16+
Build an iApp that can process protected data in a secure environment using the
17+
[iExec iApp generator tool](/references/iapp-generator). This tool helps you
18+
create, test and deploy iApp with just a few commands.
1919

2020
</Banner>
2121

src/get-started/overview/rlc.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ decentralized machine
6767
defined by each provider (iApp, Protected Data, Worker) in their marketplace
6868
orders.
6969

70-
**RLC Staking:** To run a task on the protocol (executing an iApp with
71-
protected data on a decentralized workerpool), you need to **lock RLC** in the
72-
protocol during the task period. In exchange, you receive **sRLC (staked RLC)**.
73-
Once the task is completed, you can recover the RLC that wasn't consumed for the
74-
task payment.
70+
**RLC Staking:** To run a task on the protocol (executing an iApp with protected
71+
data on a decentralized workerpool), you need to **lock RLC** in the protocol
72+
during the task period. In exchange, you receive **sRLC (staked RLC)**. Once the
73+
task is completed, you can recover the RLC that wasn't consumed for the task
74+
payment.
7575

7676
### 📊 Ecosystem Growth Metrics
7777

src/get-started/overview/workerpool.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,17 @@ ensures tasks are executed efficiently and securely.
5757

5858
<Container variant="success">
5959

60-
Want to **use Workerpool**? Start building iApp and the protocol will handle Workerpool selection automatically.
60+
Want to **use Workerpool**? Start building iApp and the protocol will handle
61+
Workerpool selection automatically.
6162

6263
</Container>
6364

6465
## Next steps
6566

6667
<CardWithoutBorder>
6768

68-
**Start Using:** [Build your first iApp](/get-started/helloWorld) and see a Workerpool in action
69+
**Start Using:** [Build your first iApp](/get-started/helloWorld) and see a
70+
Workerpool in action
6971

7072
**Join as Worker:**
7173
[Contact us on Discord](https://discord.com/invite/pbt9m98wnU) for guidance and

0 commit comments

Comments
 (0)