Skip to content

Commit 708932c

Browse files
committed
chore: fixups
1 parent 981a602 commit 708932c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/arg-parser/src/arg-metadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const argMetadata = z.registry<ArgumentMetadata>();
1111
export type ArgumentMetadata = {
1212
/** If set, sets this field as deprecated and replaces this field with the set field. */
1313
deprecationReplacement?: string;
14-
/** If set, gets replaced with a differet field name (without deprecation) */
14+
/** If set, gets replaced with a different field name (without deprecation) */
1515
replacement?: string;
1616
/** Whether this argument is unsupported. Always throws an error if set to true. */
1717
unsupported?: boolean;

0 commit comments

Comments
 (0)