Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Nov 15, 2024
1 parent 178797a commit 98dd6be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default class RegisterDataEncryptionKey extends BaseCommand {
...BaseCommand.flags,
from: CustomFlags.address({
required: true,
description: 'Addess of the account to set the data encryption key for',
description: 'Address of the account to set the data encryption key for',
}),
publicKey: Flags.string({
required: true,
Expand Down

0 comments on commit 98dd6be

Please sign in to comment.