Skip to content

Commit 5734847

Browse files
committed
update
1 parent 4555a59 commit 5734847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/actions/check.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type Options = {
66
};
77

88
/**
9-
* CLI action for checks a schema's validity.
9+
* CLI action for checking a schema's validity.
1010
*/
1111
export async function run(options: Options) {
1212
const schemaFile = getSchemaFile(options.schema);

0 commit comments

Comments
 (0)