Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): fix typos #1539

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
14 changes: 7 additions & 7 deletions doc/rpc/v05/starknet_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@
{
"name": "starknet_estimateFee",
"summary": "estimate the fee for of StarkNet transactions",
"description": "estimates the resources required by transactions when applyed on a given state",
"description": "estimates the resources required by transactions when applied on a given state",
"params": [
{
"name": "request",
Expand Down 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 @@ -1393,7 +1393,7 @@
},
"l1_gas_price": {
"title": "L1 gas price",
"descritpion": "The price of l1 gas in the block",
"description": "The price of l1 gas in the block",
"$ref": "#/components/schemas/RESOURCE_PRICE"
},
"starknet_version": {
Expand Down Expand Up @@ -1435,7 +1435,7 @@
},
"l1_gas_price": {
"title": "L1 gas price",
"descritpion": "The price of l1 gas in the block",
"description": "The price of l1 gas in the block",
"$ref": "#/components/schemas/RESOURCE_PRICE"
},
"starknet_version": {
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 @@
}
}
}
}
}