Skip to content

Commit af70a38

Browse files
committed
fix: correction du terme "iApps" en "iApp" dans la documentation pour assurer la cohérence terminologique
1 parent cba544d commit af70a38

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

src/get-started/overview/iapp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ protected data inside a TEE.
2323

2424
## Why iApp Matters?
2525

26-
iApps provide privacy capabilities, allowing you to process sensitive data while
26+
iApp provide privacy capabilities, allowing you to process sensitive data while
2727
keeping it private and secure.
2828

2929
Imagine you want to build:
@@ -38,7 +38,7 @@ Imagine you want to build:
3838
</CardWithoutBorder>
3939

4040
Users have this data, but they won't trust your regular app with it. **With
41-
Privacy iApps, they will.**
41+
Privacy iApp, they will.**
4242

4343
**You gain their trust. They gain their privacy. Everyone wins.**
4444

@@ -133,7 +133,7 @@ Collaborative research on sensitive datasets across institutions
133133

134134
Let's build an iApp that can process protected data in a secure environment
135135
using the [iExec iApp generator tool](/references/iapp-generator). This tool
136-
helps you create, test and deploy iApps with just a few commands.
136+
helps you create, test and deploy iApp with just a few commands.
137137

138138
</Banner>
139139

src/get-started/overview/protected-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ entries with matching types**.
5656
<CardWithBorder>
5757

5858
1. **Protect:** Encrypt and register your data on the iExec network
59-
2. **Share:** Authorize specific users and iApps to access your data
59+
2. **Share:** Authorize specific users and iApp to access your data
6060
3. **Monitor:** Track usage and maintain control
6161
4. **Monetize:** Earn from your data while keeping it private
6262
5. **Compute:** Authorized users can compute on your data with authorized iApp

src/get-started/toolkit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ users to pay for access.
3939
- **Asset visualization** to easily view and explore protected asset types on
4040
the iExec protocol
4141
- **Content consumption** capabilities for accessing protected data through
42-
confidential iExec applications (iApps)
42+
confidential iExec applications (iApp)
4343
- **Governance management** to control who accesses your data, when, and at what
4444
price
4545

src/guides/build-iapp/advanced/build-your-first-tdx-iapp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ application need to be changed in order to run securely in a TEE. Only two files
6262
need to be changed compared to the usual SGX workflow: `chain.json` and
6363
`iexec.json`.
6464

65-
iApps using Intel TDX technology follow the same format as non-TEE applications;
65+
iApp using Intel TDX technology follow the same format as non-TEE applications;
6666
follow the instructions on
6767
[Build your first application](/guides/build-iapp/advanced/build-your-first-sgx-iapp)
6868
to create and Dockerize your iApp.
@@ -223,8 +223,8 @@ await dataProtector.core.processProtectedData({
223223

224224
:::warning Protected Data Requirements
225225

226-
**TDX iApps may require TDX-compatible protected data.** Check compatibility
227-
before using protected data with TDX iApps.
226+
**TDX iApp may require TDX-compatible protected data.** Check compatibility
227+
before using protected data with TDX iApp.
228228

229229
:::
230230

@@ -237,7 +237,7 @@ documentation for TDX-specific requirements.
237237
#### 1. **Local Testing**
238238

239239
```bash
240-
# Test locally (same as regular iApps)
240+
# Test locally (same as regular iApp)
241241
iapp test --protectedData "mock_name"
242242

243243
# TDX only affects remote deployment/execution

src/guides/build-iapp/inputs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ within the TEE environment.
2626

2727
::: tip
2828

29-
You can also execute iApps outside of DataProtector using other methods. See the
29+
You can also execute iApp outside of DataProtector using other methods. See the
3030
[Use an iApp guide](/guides/use-iapp/introduction) for more information.
3131

3232
:::

src/guides/use-iapp/how-to-pay-executions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ await iexec.account.deposit(1_000_000_000); // Deposit 1 RLC
5555

5656
Now you are ready to run a task on the iExec Protocol and pay for it. See our
5757
guide on
58-
[running iApps with ProtectedData](/guides/use-iapp/run-iapp-with-ProtectedData.md)
58+
[running iApp with ProtectedData](/guides/use-iapp/run-iapp-with-ProtectedData.md)
5959
for detailed execution steps.
6060

6161
## Paying with Vouchers <ChainNotSupportedBadge />

0 commit comments

Comments
 (0)