Skip to content

Commit 7c8d0b0

Browse files
fix(docs): grammar in FCC overview
1 parent ef42e63 commit 7c8d0b0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/fcc/1-overview.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ It also delivers two built-in system applications: **Protocol Managed Wallets (P
3636
- **Private Key Management**: TEE machines securely generate, store, back up, and restore private keys, enabling multi-signature wallet operations across blockchains.
3737

3838
:::danger
39-
Although the Flare confidential compute is in final stages of development, it is not yet publicly available.
40-
Stayed tuned for that and the upcoming guides.
39+
Although the Flare confidential compute is in the final stages of development, it is not yet publicly available.
40+
Stay tuned for that and the upcoming guides.
4141
:::
4242

4343
## Architecture
@@ -131,7 +131,7 @@ The TEE-based FDC achieves fast attestation by issuing instruction events contai
131131
Data providers parse these requests, perform attestations using their existing data provision capabilities, and augment instructions with attestation responses.
132132

133133
Each TEE machine that receives a threshold weight of signatures from data providers and cosigners signs the attestation response with its TEE identity key.
134-
Since TEE machine identities are verified onchain during registration, their signatures serve as proof of data provider consensus usable within smart contracts.
134+
Since TEE machine identities are verified on-chain during registration, their signatures serve as proof of data provider consensus usable within smart contracts.
135135

136136
## Flare Compute Extensions
137137

@@ -156,6 +156,6 @@ The **Flare Confidential Compute SDK** provides a Golang framework and deploymen
156156
Using the SDK, developers can focus on implementing specific functionalities while the framework handles:
157157

158158
- Registration and attestation of TEE machines.
159-
- Secure instruction relaying from the Flare blockchain.
160-
- Verification and use of TEE machine results onchain.
159+
- Secure instruction relay from the Flare blockchain.
160+
- Verification and use of TEE machine results on-chain.
161161
- Private key management.

0 commit comments

Comments
 (0)