Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kadel authored Jan 9, 2025
1 parent e3bd376 commit 2a3acd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export function registerScriptCommand(program: Command) {
)
.option(
'-m, --marketplace-file <file>',
'Marketplace yaml file. This is a Plugin entitity definition for Marketplace.',
'Marketplace yaml file. This is a Plugin entity definition for Marketplace.',
)
.action(
lazy(() => import('./package-dynamic-plugins').then(m => m.command)),
Expand Down

0 comments on commit 2a3acd4

Please sign in to comment.