Skip to content

Commit 3ea4717

Browse files
authored
docs: minor typo fixes (#612)
1 parent 9f76086 commit 3ea4717

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/architecture/0_supported_verifiers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Supported verifiers
22

3-
Aligned Layer's support for multiple proof systems is a significant advantage, as it allows users to choose the most suitable system based on their specific requirements.
3+
Aligned's support for multiple proof systems is a significant advantage, as it allows users to choose the most suitable system based on their specific requirements.
44

55
The following is the list of the verifiers currently supported by Aligned:
66

docs/architecture/1_fast_mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Fast mode in an nutshell
1+
## Fast mode in a nutshell
22

33
## Architecture
44
Aligned’s architecture is shown in the figure below:

docs/guides/0_submitting_proofs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You need to have installed [Foundry](https://book.getfoundry.sh/getting-started/
3333
cast wallet new-mnemonic --words 12
3434
```
3535

36-
It will show you a new mnemonic phrase, and a public private key pair, similar to the following example:
36+
It will show you a new mnemonic phrase, and a public-private key pair, similar to the following example:
3737

3838
```
3939
Phrase:

docs/guides/2_using_aligned_on_your_app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Note that the contract checks that the verification key commitment is the same a
4444
require(elfCommitment == provingSystemAuxDataCommitment, "ELF does not match");
4545
```
4646

47-
This contracts also includes a static call to the Aligned ServiceManager contract
47+
This contract also includes a static call to the Aligned ServiceManager contract
4848
to check that the proof was verified in Aligned. For a full version of this, you can view, use as an example guide, or inherit the [Verify Batch Inclusion Caller](../../examples/verify/src/VerifyBatchInclusionCaller.sol) smart contract.
4949

5050
```solidity

docs/introduction/1_getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
In this tutorial you will learn how to send your first SP1 proofs to get verified in Aligned in under 3 minutes.
44

55
## Quickstart
6-
We will download a proviously generated SP1 proof, send it to Aligned for verification, and retrieve the results from Ethereum Holesky testnet.
6+
We will download a previously generated SP1 proof, send it to Aligned for verification, and retrieve the results from Ethereum Holesky testnet.
77

88
1. Download and install Aligned to send proofs in the testnet:
99

0 commit comments

Comments
 (0)