Skip to content

Commit b57b94a

Browse files
author
Illia Obukhau
committed
style(automation-utils): fix typo
1 parent 98b6863 commit b57b94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automation/utils/src/package-info.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export const ModulePackageSchema = PackageSchema.extend({
106106
moduleFolderNameInModeler: z
107107
.string()
108108
.min(3)
109-
.regex(/^[a-z_]+$/m, "Expected to be writtern in snakecase (eg. data_stack)")
109+
.regex(/^[a-z_]+$/m, "Expected to be written in snake_case (eg. my_first_module)")
110110
});
111111

112112
export const JSActionsPackageSchema = PackageSchema.extend({

0 commit comments

Comments
 (0)