Skip to content

Commit 04bf59e

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

27 files changed

+34
-34
lines changed

src/manage-data/dataProtector/advanced/apps-whitelist/createAddOnlyAppWhitelist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const isAddedToAddAppToAddOnlyAppWhitelist =
1919
await dataProtectorSharing.createAddOnlyAppWhitelist();
2020
```
2121

22-
## Return value
22+
## Return Value
2323

2424
```ts twoslash
2525
import { type CreateAppWhitelistResponse } from '@iexec/dataprotector';

src/manage-data/dataProtector/advanced/apps-whitelist/getUserAddOnlyAppWhitelist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const allUserAddOnlyAppWhitelist =
4444
});
4545
```
4646

47-
## Return value
47+
## Return Value
4848

4949
```ts twoslash
5050
import { type GetUserAppWhitelistResponse } from '@iexec/dataprotector';

src/manage-data/dataProtector/dataProtectorCore/getProtectedData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ const listProtectedData = await dataProtectorCore.getProtectedData({
183183
});
184184
```
185185

186-
## Return value
186+
## Return Value
187187

188188
```ts twoslash
189189
import { type ProtectedData } from '@iexec/dataprotector';

src/manage-data/dataProtector/dataProtectorCore/getResultFromCompletedTask.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ You can expect this callback function to be called with the following titles:
122122

123123
Once with `isDone: false`, and then with `isDone: true`
124124

125-
## Return value
125+
## Return Value
126126

127127
```ts twoslash
128128
import { type GetResultFromCompletedTaskResponse } from '@iexec/dataprotector';

src/manage-data/dataProtector/dataProtectorCore/grantAccess.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ You can expect this callback function to be called with the following titles:
239239

240240
Once with `isDone: false`, and then with `isDone: true`
241241

242-
## Return value
242+
## Return Value
243243

244244
```ts twoslash
245245
import { type GrantedAccess } from '@iexec/dataprotector';

src/manage-data/dataProtector/dataProtectorCore/processProtectedData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ You can expect this callback function to be called with the following titles:
438438

439439
Once with `isDone: false`, and then with `isDone: true`
440440

441-
## Return value
441+
## Return Value
442442

443443
```ts twoslash
444444
import { type ProcessProtectedDataResponse } from '@iexec/dataprotector';

src/manage-data/dataProtector/dataProtectorCore/protectData.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ You can expect this callback function to be called with the following titles:
302302

303303
Once with `isDone: false`, and then with `isDone: true`
304304

305-
## Return value
305+
## Return Value
306306

307307
```ts twoslash
308308
import type {
@@ -426,7 +426,7 @@ You can access your encrypted IPFS data with the link:
426426

427427
:::
428428

429-
## Created protected data
429+
## Created Protected Data
430430

431431
To further check your data was correctly created, you can inspect it on the
432432
[iExec explorer](https://explorer.iex.ec/).

src/manage-data/dataProtector/dataProtectorCore/revokeAllAccess.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ You can expect this callback function to be called with the following titles:
133133

134134
Once with `isDone: false`, and then with `isDone: true`
135135

136-
## Result
136+
## Return Value
137137

138138
```ts twoslash
139139
import { type RevokedAccess } from '@iexec/dataprotector';

src/manage-data/dataProtector/dataProtectorCore/revokeOneAccess.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ data).
8181

8282
:::
8383

84-
## Result value
84+
## Result Value
8585

8686
```ts twoslash
8787
import { type RevokedAccess } from '@iexec/dataprotector';

src/manage-data/dataProtector/dataProtectorCore/transferOwnership.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const transferResponse = await dataProtectorCore.transferOwnership({
7575
});
7676
```
7777

78-
## Return value
78+
## Return Value
7979

8080
```ts twoslash
8181
import { type TransferResponse } from '@iexec/dataprotector';

0 commit comments

Comments
 (0)