Skip to content

Commit 9191602

Browse files
committed
more
1 parent 72a3a31 commit 9191602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/content/docs/custom-rules.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ throw an error for the user about the missing schema.
122122
const schema = requireGraphQLSchemaFromContext(context)
123123
```
124124

125-
#### Accessing TypeInfo
125+
#### Accessing `TypeInfo`
126126

127127
If schema is provided and loaded successfully, the `typeInfo` will be available to use. Otherwise -
128128
it will be `undefined`. If your plugin requires `typeInfo` in order to operate and run, make sure to

0 commit comments

Comments
 (0)