Skip to content

Commit 51b642f

Browse files
committed
fix typos in migrateContent messages
1 parent 0a2776c commit 51b642f

File tree

1 file changed

+1
-1
lines changed
  • src/commands/migrateContent/run

1 file changed

+1
-1
lines changed

src/commands/migrateContent/run/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ const resolveParams = (params: MigrateContentRunCliParams): MigrateContentRunPar
191191
.otherwise(() => {
192192
logError(
193193
params,
194-
"You need to provide exactly one from parameters: --items or --items with --depth, --filter, --byTypesCodenames, --last with --sourceDeliveryPeviewKey",
194+
"You need to provide exactly one from parameters: --items or --items with --depth, --filter, --byTypesCodenames, --last with --sourceDeliveryPreviewKey",
195195
);
196196
process.exit(1);
197197
});

0 commit comments

Comments
 (0)