Skip to content

Commit e894482

Browse files
ASAS
authored andcommitted
feat(nx-plugin): fix naming
1 parent 3101c6e commit e894482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/models/src/lib/configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { z } from 'zod';
44
* Generic schema for a tool command configuration, reusable across plugins.
55
*/
66
export const artifactGenerationCommand = z.object({
7-
command: z.string({ description: 'Generate artifact files' }).min(1),
7+
command: z.string({ description: 'Generate artefact files' }).min(1),
88
args: z
99
.array(z.string(), {
1010
description: 'Arguments to be passed to the artefact generation command.',

0 commit comments

Comments
 (0)