Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Jun 17, 2020
1 parent c69cbe8 commit 6e1300b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/alfa-cli/bin/alfa/command/audit/flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const Flags = {
of outcomes are included. This flag can be repeated to include multiple
types of outcomes.`
)
.choices("passed", "failed", "inapplication", "cantTell")
.choices("passed", "failed", "inapplicable", "cantTell")
.repeatable()
.optional(),

Expand Down

0 comments on commit 6e1300b

Please sign in to comment.