Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Charly Chevalier <[email protected]>
  • Loading branch information
danroc and ccharly committed May 24, 2024
1 parent 8ad8084 commit 6d72039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const KeyringAccountStruct = object({
});

/**
* Keyring Account type represents an accounts and its properties from the
* Keyring Account type represents an account and its properties from the
* point of view of the keyring.
*/
export type KeyringAccount = Infer<typeof KeyringAccountStruct>;
Expand Down

0 comments on commit 6d72039

Please sign in to comment.