We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4555a59 commit 5734847Copy full SHA for 5734847
packages/cli/src/actions/check.ts
@@ -6,7 +6,7 @@ type Options = {
6
};
7
8
/**
9
- * CLI action for checks a schema's validity.
+ * CLI action for checking a schema's validity.
10
*/
11
export async function run(options: Options) {
12
const schemaFile = getSchemaFile(options.schema);
0 commit comments