Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcampbell committed Jul 19, 2024
1 parent 813667c commit 0ccf206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/code/classes/types_client_manager.ClientManager.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ ___

**genesisIdIsLocalNet**(`genesisId`): `boolean`

Returns true if the give network genesisId is associated with a LocalNet network.
Returns true if the given network genesisId is associated with a LocalNet network.

#### Parameters

Expand Down
2 changes: 1 addition & 1 deletion src/types/client-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export class ClientManager {
}

/**
* Returns true if the give network genesisId is associated with a LocalNet network.
* Returns true if the given network genesisId is associated with a LocalNet network.
* @param genesisId The network genesis ID
* @returns Whether the given genesis ID is associated with a LocalNet network
*/
Expand Down

0 comments on commit 0ccf206

Please sign in to comment.