Skip to content

Commit 6f4785a

Browse files
committed
chore: Add some minor fixes
1 parent 2623c09 commit 6f4785a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ features:
234234
23.625H11.5835C12.2038 23.625 12.7085 24.1297 12.7085
235235
24.75V27.0538C12.7084 27.0595 12.7085 27.0652 12.7085
236236
27.0709V29.25C12.7085 29.8703 12.2038 30.375 11.5835 30.375Z" /> </svg>
237-
title: Protocols
237+
title: Protocol
238238
details:
239239
Deep dive into core protocol concepts. Understand how iExec enables
240240
privacy, governance, and monetization.

src/protocol/proof-of-contribution.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ struct AppOrder
461461
- `sign` cryptographic signature of the order, the smart contract is securely
462462
linked to application owner.
463463

464-
### **DatasetOrder**
464+
#### **DatasetOrder**
465465

466466
```text
467467
struct DatasetOrder
@@ -494,7 +494,7 @@ struct DatasetOrder
494494
- `sign` cryptographic signature of the order, the smart contract is securely
495495
linked to dataset owner.
496496

497-
### **WorkerpoolOrder**
497+
#### **WorkerpoolOrder**
498498

499499
```text
500500
struct WorkerpoolOrder
@@ -531,7 +531,7 @@ struct WorkerpoolOrder
531531
- `sign` cryptographic signature of the order, the smart contract is securely
532532
linked to worker pool manager.
533533

534-
### **RequesterOrder**
534+
#### **RequesterOrder**
535535

536536
```text
537537
struct RequestOrder

0 commit comments

Comments
 (0)