diff --git a/.typos.toml b/.typos.toml index 37b1921004d..73f51059184 100644 --- a/.typos.toml +++ b/.typos.toml @@ -29,7 +29,10 @@ strat = "strat" mistic = "mistic" # Identity AAS = "AAS" -# actual typos purposedly used in tests +# actual typos purposely used in tests assing = "assing" tring = "tring" Thi = "Thi" + +[files] +extend-exclude = ["pnpm-lock.yaml", "external-crates/*"] diff --git a/crates/iota-rest-api/src/transactions/execution.rs b/crates/iota-rest-api/src/transactions/execution.rs index 00638f3fe90..4a4c9cdfa60 100644 --- a/crates/iota-rest-api/src/transactions/execution.rs +++ b/crates/iota-rest-api/src/transactions/execution.rs @@ -163,7 +163,7 @@ async fn execute_transaction( #[derive(Debug, serde::Serialize, serde::Deserialize, JsonSchema)] pub struct ExecuteTransactionQueryParameters { // TODO once transaction finality support is more fully implemented up and down the stack, add - // back in this parameter, which will be mutally-exclusive with the other parameters. When + // back in this parameter, which will be mutually-exclusive with the other parameters. When // `true` will submit the txn and return a `202 Accepted` response with no payload. // effects: Option, /// Request `TransactionEvents` be included in the Response.