Skip to content

Commit a2c9e78

Browse files
committed
fix: standardize capitalization in documentation headers
1 parent 04bf59e commit a2c9e78

28 files changed

+71
-71
lines changed

src/manage-data/dataProtector/dataProtectorSharing/renting/setProtectedDataRentingParams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const setForRentingResult =
107107
});
108108
```
109109

110-
## Return value
110+
## Return Value
111111

112112
```ts twoslash
113113
import { type SuccessWithTransactionHash } from '@iexec/dataprotector';

src/manage-data/dataProtector/dataProtectorSharing/renting/setProtectedDataToRenting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const setForRentingResult =
108108
});
109109
```
110110

111-
## Return value
111+
## Return Value
112112

113113
```ts twoslash
114114
import { type SuccessWithTransactionHash } from '@iexec/dataprotector';

src/manage-data/dataProtector/dataProtectorSharing/selling/buyProtectedData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ For more details on how to create and manage appsWhitelist, see
154154

155155
:::
156156

157-
## Return value
157+
## Return Value
158158

159159
```ts twoslash
160160
import { type SuccessWithTransactionHash } from '@iexec/dataprotector';

src/manage-data/dataProtector/dataProtectorSharing/selling/removeProtectedDataForSale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const notForSaleAnymoreResult =
4646
});
4747
```
4848

49-
## Return value
49+
## Return Value
5050

5151
```ts twoslash
5252
import { type SuccessWithTransactionHash } from '@iexec/dataprotector';

src/manage-data/dataProtector/dataProtectorSharing/selling/setProtectedDataForSale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const setForSaleResult = await dataProtectorSharing.setProtectedDataForSale({
7979
});
8080
```
8181

82-
## Return value
82+
## Return Value
8383

8484
```ts twoslash
8585
import { type SuccessWithTransactionHash } from '@iexec/dataprotector';

src/manage-data/dataProtector/dataProtectorSharing/subscription/removeProtectedDataFromSubscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const { txHash } =
6868
});
6969
```
7070

71-
## Return value
71+
## Return Value
7272

7373
```ts twoslash
7474
import { type SuccessWithTransactionHash } from '@iexec/dataprotector';

src/manage-data/dataProtector/dataProtectorSharing/subscription/setProtectedDataToSubscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const setToSubscriptionResult =
5656
});
5757
```
5858

59-
## Return value
59+
## Return Value
6060

6161
```ts twoslash
6262
import { type SuccessWithTransactionHash } from '@iexec/dataprotector';

src/manage-data/dataProtector/dataProtectorSharing/subscription/setSubscriptionParams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const setSubscriptionParamsResult =
104104
});
105105
```
106106

107-
## Return value
107+
## Return Value
108108

109109
```ts twoslash
110110
import { type SuccessWithTransactionHash } from '@iexec/dataprotector';

src/manage-data/dataProtector/dataProtectorSharing/subscription/subscribeToCollection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const { txHash } = await dataProtectorSharing.subscribeToCollection({
125125
});
126126
```
127127

128-
## Return value
128+
## Return Value
129129

130130
```ts twoslash
131131
import { type SuccessWithTransactionHash } from '@iexec/dataprotector';

src/manage-data/guides/manage-access.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Manage Access to Your ProtectedData
2+
title: Manage Access to your ProtectedData
33
description:
44
Learn how to protect data and grant secure access for specific apps and users
55
---
@@ -37,7 +37,7 @@ bun add @iexec/dataprotector
3737

3838
:::
3939

40-
## Protect Your Data
40+
## Protect your Data
4141

4242
**Here's what happens:** Your data gets encrypted client-side and stored as an
4343
NFT. Only you control who can decrypt and use it.
@@ -60,7 +60,7 @@ const protectedData = await dataProtectorCore.protectData({
6060
console.log('Protected data address:', protectedData.address);
6161
```
6262

63-
### What You Can Protect
63+
### What you Can Protect
6464

6565
**Data**: Any kind of data you want to keep private and make available for
6666
computations by authorized users and iApps.

0 commit comments

Comments
 (0)