Skip to content

Commit

Permalink
Merge pull request #1545 from omahs/patch-3
Browse files Browse the repository at this point in the history
chore(docs): fix typos
  • Loading branch information
sergey-melnychuk authored Dec 20, 2023
2 parents 244bdac + 2296331 commit af9f6be
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doc/install-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rustup update

## Install build dependencies

`pathfinder` compilation need additional libraries to be installed (C compiler, linker, other deps)
`pathfinder` compilation needs additional libraries to be installed (C compiler, linker, other deps)

```bash
sudo apt install build-essential pkg-config libssl-dev protobuf-compiler libzstd-dev
Expand Down
8 changes: 4 additions & 4 deletions doc/rpc/v05/starknet_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@
"schema": {
"title": "Estimation",
"type": "array",
"description": "a sequence of fee estimatione where the i'th estimate corresponds to the i'th transaction",
"description": "a sequence of fee estimation where the i'th estimate corresponds to the i'th transaction",
"items": {
"$ref": "#/components/schemas/FEE_ESTIMATE"
}
Expand Down Expand Up @@ -2176,7 +2176,7 @@
"calldata": {
"type": "array",
"title": "calldata",
"description": "The data expected by the account's `execute` function (in most usecases, this includes the called contract address and a function selector)",
"description": "The data expected by the account's `execute` function (in most use cases, this includes the called contract address and a function selector)",
"items": {
"$ref": "#/components/schemas/FELT"
}
Expand Down Expand Up @@ -3227,7 +3227,7 @@
"DA_MODE": {
"title": "DA mode",
"type": "string",
"description": "Specifies a storage domain in Starknet. Each domain has different gurantess regarding availability",
"description": "Specifies a storage domain in Starknet. Each domain has different guarantees regarding availability",
"enum": [
"L1",
"L2"
Expand Down Expand Up @@ -3392,4 +3392,4 @@
}
}
}
}
}
4 changes: 2 additions & 2 deletions doc/rpc/v05/starknet_trace_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
],
"result": {
"name": "simulated_transactions",
"description": "The execution trace and consuemd resources of the required transactions",
"description": "The execution trace and consumed resources of the required transactions",
"schema": {
"type": "array",
"items": {
Expand Down Expand Up @@ -487,4 +487,4 @@
}
}
}
}
}

0 comments on commit af9f6be

Please sign in to comment.