diff --git a/.changeset/hip-bats-flow.md b/.changeset/hip-bats-flow.md new file mode 100644 index 00000000000..4c1551f5851 --- /dev/null +++ b/.changeset/hip-bats-flow.md @@ -0,0 +1,5 @@ +--- +"@fuel-ts/account": patch +--- + +chore: fix repetitive words diff --git a/apps/docs/src/guide/fuels-cli/generating-types.md b/apps/docs/src/guide/fuels-cli/generating-types.md index 5ceea7448a9..6a42b1b530d 100644 --- a/apps/docs/src/guide/fuels-cli/generating-types.md +++ b/apps/docs/src/guide/fuels-cli/generating-types.md @@ -52,7 +52,7 @@ pnpm fuels typegen -i ./abis/*-abi.json -o ./types The path after the input flag `-i` should point to the file ending in `-abi.json` produced when the contract was built. -The path after the output flag `-o` will be the the output directory for the generated types. +The path after the output flag `-o` will be the output directory for the generated types. You can omit the `--contract` option here since it's the default. diff --git a/packages/account/src/connectors/fuel-connector.ts b/packages/account/src/connectors/fuel-connector.ts index c23dbfd24b5..050223b79e3 100644 --- a/packages/account/src/connectors/fuel-connector.ts +++ b/packages/account/src/connectors/fuel-connector.ts @@ -147,7 +147,7 @@ export abstract class FuelConnector extends EventEmitter { } /** - * Should add the the assets metadata to the connector and return true if the asset + * Should add the assets metadata to the connector and return true if the asset * was added successfully. * * If the asset already exists it should throw an error. @@ -162,7 +162,7 @@ export abstract class FuelConnector extends EventEmitter { } /** - * Should add the the asset metadata to the connector and return true if the asset + * Should add the asset metadata to the connector and return true if the asset * was added successfully. * * If the asset already exists it should throw an error. diff --git a/packages/account/src/providers/provider.ts b/packages/account/src/providers/provider.ts index b6cba0789ba..cc26c3b27ff 100644 --- a/packages/account/src/providers/provider.ts +++ b/packages/account/src/providers/provider.ts @@ -1122,7 +1122,7 @@ Supported fuel-core version: ${supportedVersion}.` /** * Returns a transaction cost to enable user * to set gasLimit and also reserve balance amounts - * on the the transaction. + * on the transaction. * * @param transactionRequestLike - The transaction request object. * @param transactionCostParams - The transaction cost parameters (optional).