Skip to content

Commit e5b7072

Browse files
author
Dimitri POSTOLOV
authored
fix typo in custom-rules.md (#728)
1 parent 1527514 commit e5b7072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/custom-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ This is useful if you wish to use other GraphQL tools that works with the origin
5858
Here's an example for using original `graphql-js` validate method to validate `OperationDefinition`:
5959

6060
```ts
61-
import { validate } from 'graphql-js';
61+
import { validate } from 'graphql';
6262
import { requireGraphQLSchemaFromContext } from '@graphql-eslint/eslint-plugin';
6363

6464
export const rule = {

0 commit comments

Comments
 (0)