Skip to content

Commit d8a098f

Browse files
committed
fix(Validate): Use correct title in method schema
1 parent 45228df commit d8a098f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/validate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { Jesta } from '.'
99
import { MethodSchema } from './types'
1010

1111
export const methodSchema: MethodSchema = {
12-
title: 'import',
12+
title: 'validate',
1313
description: 'Validate a node against the Stencila Schema.',
1414
required: ['node'],
1515
properties: {

0 commit comments

Comments
 (0)