diff --git a/website/src/pages/docs/custom-rules.mdx b/website/src/pages/docs/custom-rules.mdx index 4eb144becd7..59bbe35a581 100644 --- a/website/src/pages/docs/custom-rules.mdx +++ b/website/src/pages/docs/custom-rules.mdx @@ -64,7 +64,7 @@ So what happens here? ### More Examples You can scan the `packages/plugin/src/rules` directory in this repo for references for implementing -rules. It coverts most of the use-cases and concepts of rules. +rules. It covers most of the use-cases and concepts of rules. ## Accessing Original GraphQL AST Nodes