Skip to content

Commit

Permalink
chore: fix repetitive words (#2739)
Browse files Browse the repository at this point in the history
  • Loading branch information
petertonysmith94 committed Jul 10, 2024
1 parent 661b153 commit d0b5446
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/hip-bats-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fuel-ts/account": patch
---

chore: fix repetitive words
2 changes: 1 addition & 1 deletion apps/docs/src/guide/fuels-cli/generating-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions packages/account/src/connectors/fuel-connector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/account/src/providers/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit d0b5446

Please sign in to comment.