Skip to content

Commit 0febd40

Browse files
committed
fix: improve clarity in iApp documentation
- Updated the description of iApps to include a link to DataProtector for better context. - Added a comma in the "How It Works" section to enhance readability and ensure proper sentence structure.
1 parent 3f56df6 commit 0febd40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/build-iapp/what-is-iapp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ description: Privacy-first applications that run on decentralized infrastructure
77

88
An iExec Application (iApp) is your regular application code (Python script, AI
99
model, data processor) that can securely process protected data (created by
10-
DataProtector) inside a confidential computing environment called TEE (a Trusted
11-
Execution Environment).
10+
[DataProtector](/manage-data/dataProtector)) inside a confidential computing
11+
environment called TEE (a Trusted Execution Environment).
1212

1313
## Why iApps Matter?
1414

@@ -63,7 +63,7 @@ they will.**
6363

6464
## How It Works
6565

66-
Your code runs in a Trusted Execution Environment (TEE) a secure area inside
66+
Your code runs in a Trusted Execution Environment (TEE), a secure area inside
6767
specific processors (Intel SGX/TDX chipset). Everything that happens there stays
6868
private and protected, even from the operating system.
6969

0 commit comments

Comments
 (0)