Skip to content

Commit f4ecb67

Browse files
authored
Fix minor typo in relay guide docs (#3586)
1 parent 2d9ce61 commit f4ecb67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guides/relay.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ The connection resolver for `relay.ListConnection` should return one of those:
194194
As demonstrated above, the `Node` field can be used to retrieve/refetch any
195195
object in the schema that implements the `Node` interface.
196196

197-
It can be defined in in the `Query` objects in 4 ways:
197+
It can be defined in the `Query` objects in 4 ways:
198198

199199
- `node: Node`: This will define a field that accepts a `GlobalID!` and returns
200200
a `Node` instance. This is the most basic way to define it.

0 commit comments

Comments
 (0)