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

fix(typos):check spelling #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -307,5 +307,5 @@ fn main() {
Subcommands::Print(cmd) => cmd.run(&profiles),
};

result.expect("Error running commmand");
result.expect("Error running command");
}
2 changes: 1 addition & 1 deletion src/specs/0.1.0/starknet_write_api.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"params": [
{
"name": "contract_address_salt",
"description": "The salt used for calculting the contract address",
"description": "The salt used for calculating the contract address",
"schema": {
"$ref": "#/components/schemas/FELT"
}
Expand Down
2 changes: 1 addition & 1 deletion src/specs/0.3.0/starknet_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,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
2 changes: 1 addition & 1 deletion src/specs/0.4.0/starknet_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,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
2 changes: 1 addition & 1 deletion src/specs/0.4.0/starknet_write_api.json
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
},
"UNEXPECTED_ERROR": {
"code": 63,
"message": "An unexpected error occured",
"message": "An unexpected error occurred",
"data": {
"type": "string"
}
Expand Down
2 changes: 1 addition & 1 deletion src/specs/0.5.1/starknet_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,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