Skip to content

Commit

Permalink
fix: typo in command arg description
Browse files Browse the repository at this point in the history
lord 😭
  • Loading branch information
kanadgupta committed Aug 29, 2022
1 parent ff766a6 commit 7d469fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmds/categories/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default class CategoriesCreateCommand extends Command {
name: 'preventDuplicates',
type: Boolean,
description:
'Prevents the creation of a new category if their is an existing category with a matching `categoryType` and `title`',
'Prevents the creation of a new category if there is an existing category with a matching `categoryType` and `title`',
},
];
}
Expand Down

0 comments on commit 7d469fe

Please sign in to comment.