Skip to content

Commit 837cd0b

Browse files
committed
spellcheck fix
1 parent 2ac592a commit 837cd0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/pages/docs/abstract-types.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ enables code generation and editor tooling to provide type-aware completions.
192192
- Return the `GraphQLObjectType` instance when possible for better clarity and static analysis.
193193
- Keep `resolveType` logic simple, using consistent field shapes or tags to distinguish
194194
types.
195-
- Test `resolveType` logic carefully. Misresolution often causes runtime errors that can be hard
196-
to trace.
195+
- Test `resolveType` logic carefully. Errors in `resolveType` can cause runtime errors that can
196+
be hard to trace.
197197
- Use interfaces when types share fields and unions when types are structurally unrelated.
198198

199199
## Additional resources

0 commit comments

Comments
 (0)