Skip to content

Commit

Permalink
fix: Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: tchataigner <[email protected]>
  • Loading branch information
wwared and tchataigner authored Jun 24, 2024
1 parent b95404a commit eab39f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aptos/docs/src/components/proof_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ The Proof Server is a component of the Light Client that is responsible for gene
The server is designed to be stateless and can be scaled horizontally to handle a large number of requests. The Proof
Server can be divided in two distinct implementations:

- Proof programs: The proof program contains the logic that will be executed by our Proof server, generating
- **Proof programs**: The proof program contains the logic that will be executed by our Proof server, generating
the succinct proof to be verified. The proof programs are run inside the Sphinx zkVM and prover.
- Server: The server is a layer added on top of the proving service that makes it available to external users via a
- **Server**: The server is a layer added on top of the proving service that makes it available to external users via a
simple protocol.

## Proof programs
Expand Down

0 comments on commit eab39f8

Please sign in to comment.