Skip to content

Commit

Permalink
chore: typo in compliance description
Browse files Browse the repository at this point in the history
  • Loading branch information
florianow committed Feb 7, 2024
1 parent e2f756b commit 4406777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/compliance/new.command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function registerNewCmd(program: TopLevelCommand) {
program
.command("new <control> [name]")
.description(
`Gnerate a new compliance control with the specified id.\n${idValidationMessage}`,
`Generate a new compliance control with the specified id.\n${idValidationMessage}`,
)
.example(
"create a new control",
Expand Down

0 comments on commit 4406777

Please sign in to comment.